Home
last modified time | relevance | path

Searched refs:simpleTypeName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp71 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName() function in TypeIndex
98 TypeName = TypeIndex::simpleTypeName(TI); in printTypeIndex()
H A DTypeTableCollection.cpp45 return TypeIndex::simpleTypeName(Index); in getTypeName()
H A DLazyRandomTypeCollection.cpp113 return TypeIndex::simpleTypeName(Index); in getTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h60 Stream << " (" << codeview::TypeIndex::simpleTypeName(V) << ")";
H A DTypeIndex.h273 static StringRef simpleTypeName(TypeIndex TI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp103 TypeName = std::string(TypeIndex::simpleTypeName(TI)); in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3328 StringRef TypeName = TypeIndex::simpleTypeName(TI); in getElement()