Searched defs:printTypeIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
H A DTypeDumper.cpp235 printTypeIndex("Id", String.getId());
249 printTypeIndex("ArgType", Indices[I]);
264 printTypeIndex("FieldList", Class.getFieldList());
265 printTypeIndex("DerivedFrom", Class.getDerivationList());
266 printTypeIndex("VShape", Class.getVTableShape());
279 printTypeIndex("FieldList", Union.getFieldList());
293 printTypeIndex("UnderlyingType", Enum.getUnderlyingType());
294 printTypeIndex("FieldListType", Enum.getFieldList());
303 printTypeIndex("ElementType", AT.getElementType());
304 printTypeIndex("IndexTyp
656 void CVTypeDumper::printTypeIndex(StringRef FieldName, TypeIndex TI) { function in class:CVTypeDumper
[all...]
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp99 void printTypeIndex(StringRef FieldName, TypeIndex TI) { function in class:__anon14879::COFFDumper
101 CVTD.printTypeIndex(FieldName, TI);
1008 printTypeIndex("Inlinee", ISL->Inlinee);

Completed in 236 milliseconds