Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp42 : NameStorage(Allocator), Types(Types), PartialOffsets(PartialOffsets) { in LazyRandomTypeCollection()
130 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp177 SmallString<128> NameStorage; in MetaRename() local
179 (Twine("struct.") + renamer.newName()).toStringRef(NameStorage)); in MetaRename()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h36 StringSaver NameStorage; variable
H A DLazyRandomTypeCollection.h98 StringSaver NameStorage; variable