Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
H A DMinimalSymbolDumper.cpp407 std::string MinimalSymbolDumper::typeOrIdIndex(codeview::TypeIndex TI, in typeOrIdIndex() function in MinimalSymbolDumper
421 return typeOrIdIndex(TI, false); in idIndex()
425 return typeOrIdIndex(TI, true); in typeIndex()
870 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()