Home
last modified time | relevance | path

Searched refs:NameStorage (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp20 : NameStorage(Allocator), Records(Records) { in TypeTableCollection()
49 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DLazyRandomTypeCollection.cpp40 : NameStorage(Allocator), Types(Types), PartialOffsets(PartialOffsets) { in LazyRandomTypeCollection()
127 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp206 SmallString<128> NameStorage; in MetaRename() local
208 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage)); in MetaRename()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h36 StringSaver NameStorage; variable
H A DLazyRandomTypeCollection.h97 StringSaver NameStorage; variable