Home
last modified time | relevance | path

Searched refs:typeOrIdIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.h50 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
DMinimalSymbolDumper.cpp340 std::string MinimalSymbolDumper::typeOrIdIndex(codeview::TypeIndex TI, in typeOrIdIndex() function in MinimalSymbolDumper
354 return typeOrIdIndex(TI, false); in idIndex()
358 return typeOrIdIndex(TI, true); in typeIndex()
719 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()