HomeSort by relevance Sort by last modified time
    Searched refs:printTypeIndex (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 235 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("IndexType", AT.getIndexType())
    [all...]
SymbolDumper.cpp 157 CVTD.printTypeIndex("Type", BPRel.Header.Type);
180 CVTD.printTypeIndex("Type", CallSiteInfo.Header.Type);
274 CVTD.printTypeIndex("Type", Constant.Header.Type);
288 CVTD.printTypeIndex("Type", Data.Header.Type);
431 CVTD.printTypeIndex("Type", HeapAllocSite.Header.Type);
442 CVTD.printTypeIndex("Inlinee", InlineSite.Header.Inlinee);
535 CVTD.printTypeIndex("Type", Local.Header.Type);
563 CVTD.printTypeIndex("FunctionType", Proc.Header.FunctionType);
591 CVTD.printTypeIndex("FuncID", FuncID);
599 CVTD.printTypeIndex("Type", RegRel.Header.Type)
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeDumper.h 31 void printTypeIndex(StringRef FieldName, TypeIndex TI);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 99 void printTypeIndex(StringRef FieldName, TypeIndex TI) {
101 CVTD.printTypeIndex(FieldName, TI);
    [all...]

Completed in 54 milliseconds