LLVM 17.0.0git
|
Saves strings in the provided stable storage and returns a StringRef with a stable character pointer. More...
#include "llvm/Support/StringSaver.h"
Public Member Functions | |
UniqueStringSaver (BumpPtrAllocator &Alloc) | |
StringRef | save (const char *S) |
StringRef | save (StringRef S) |
StringRef | save (const Twine &S) |
StringRef | save (const std::string &S) |
Saves strings in the provided stable storage and returns a StringRef with a stable character pointer.
Saving the same string yields the same StringRef.
Compared to StringSaver, it does more work but avoids saving the same string multiple times.
Compared to StringPool, it performs fewer allocations but doesn't support refcounting/deletion.
Definition at line 44 of file StringSaver.h.
|
inline |
Definition at line 49 of file StringSaver.h.
Definition at line 52 of file StringSaver.h.
References save().
Referenced by llvm::NVPTXRegisterInfo::getName(), llvm::NVPTXTargetLowering::LowerCall(), save(), llvm::GlobalValue::setPartition(), and llvm::GlobalObject::setSection().
Definition at line 54 of file StringSaver.h.
References save(), and llvm::Twine::str().
Referenced by save().
Definition at line 21 of file StringSaver.cpp.
References llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::insert(), and llvm::StringSaver::save().