Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordName.h19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp53 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
DLazyRandomTypeCollection.cpp125 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); in getTypeName()
DRecordName.cpp249 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName() function in llvm::codeview