Searched refs:typeOrIdIndex (Results 1 – 2 of 2) sorted by relevance
49 std::string typeOrIdIndex(codeview::TypeIndex TI, bool IsType) const;
407 std::string MinimalSymbolDumper::typeOrIdIndex(codeview::TypeIndex TI, in typeOrIdIndex() function in MinimalSymbolDumper421 return typeOrIdIndex(TI, false); in idIndex()425 return typeOrIdIndex(TI, true); in typeIndex()870 typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart, in visitKnownRecord()