Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.h49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
DMinimalSymbolDumper.cpp377 std::string MinimalSymbolDumper::typeOrIdIndex(codeview::TypeIndex TI, in typeOrIdIndex() function in MinimalSymbolDumper
391 return typeOrIdIndex(TI, false); in idIndex()
395 return typeOrIdIndex(TI, true); in typeIndex()
841 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()