Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordName.h19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp53 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DLazyRandomTypeCollection.cpp130 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DRecordName.cpp249 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName() function in llvm::codeview
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp172 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp449 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()