Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordName.h17 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp48 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DLazyRandomTypeCollection.cpp129 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
H A DRecordName.cpp250 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName() function in llvm::codeview
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp170 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName()