Home
last modified time | relevance | path

Searched refs:computeTypeName (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordName.h20 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp49 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DLazyRandomTypeCollection.cpp127 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DRecordName.cpp254 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName() function in llvm::codeview
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp170 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp554 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()