Home
last modified time | relevance | path

Searched refs:printTypeIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp235 printTypeIndex("Id", String.getId()); in visitStringId()
249 printTypeIndex("ArgType", Indices[I]); in visitArgList()
264 printTypeIndex("FieldList", Class.getFieldList()); in visitClass()
265 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitClass()
266 printTypeIndex("VShape", Class.getVTableShape()); in visitClass()
279 printTypeIndex("FieldList", Union.getFieldList()); in visitUnion()
293 printTypeIndex("UnderlyingType", Enum.getUnderlyingType()); in visitEnum()
294 printTypeIndex("FieldListType", Enum.getFieldList()); in visitEnum()
303 printTypeIndex("ElementType", AT.getElementType()); in visitArray()
304 printTypeIndex("IndexType", AT.getIndexType()); in visitArray()
[all …]
DSymbolDumper.cpp157 CVTD.printTypeIndex("Type", BPRel.Header.Type); in visitBPRelativeSym()
180 CVTD.printTypeIndex("Type", CallSiteInfo.Header.Type); in visitCallSiteInfoSym()
274 CVTD.printTypeIndex("Type", Constant.Header.Type); in visitConstantSym()
288 CVTD.printTypeIndex("Type", Data.Header.Type); in visitDataSym()
431 CVTD.printTypeIndex("Type", HeapAllocSite.Header.Type); in visitHeapAllocationSiteSym()
442 CVTD.printTypeIndex("Inlinee", InlineSite.Header.Inlinee); in visitInlineSiteSym()
535 CVTD.printTypeIndex("Type", Local.Header.Type); in visitLocalSym()
563 CVTD.printTypeIndex("FunctionType", Proc.Header.FunctionType); in visitProcSym()
591 CVTD.printTypeIndex("FuncID", FuncID); in visitCallerSym()
599 CVTD.printTypeIndex("Type", RegRel.Header.Type); in visitRegRelativeSym()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeDumper.h31 void printTypeIndex(StringRef FieldName, TypeIndex TI);
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp99 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anoncf3e87840111::COFFDumper
101 CVTD.printTypeIndex(FieldName, TI); in printTypeIndex()
1008 printTypeIndex("Inlinee", ISL->Inlinee); in printCodeViewInlineeLines()