/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 162 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() function in TypeDumpVisitor 163 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex() 167 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes()); in printItemIndex() 231 printTypeIndex("ArgType", Indices[I]); in visitKnownRecord() 251 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord() 252 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitKnownRecord() 253 printTypeIndex("VShape", Class.getVTableShape()); in visitKnownRecord() 265 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord() 278 printTypeIndex("UnderlyingType", Enum.getUnderlyingType()); in visitKnownRecord() 279 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord() [all …]
|
D | SymbolDumper.cpp | 53 void printTypeIndex(StringRef FieldName, TypeIndex TI); 95 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in CVSymbolDumperImpl 96 codeview::printTypeIndex(W, FieldName, TI, Types); in printTypeIndex() 182 printTypeIndex("Type", BPRel.Type); in visitKnownRecord() 189 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord() 202 printTypeIndex("Type", CallSiteInfo.Type); in visitKnownRecord() 219 printTypeIndex("Index", FileStatic.Index); in visitKnownRecord() 283 printTypeIndex("Type", Constant.Type); in visitKnownRecord() 295 printTypeIndex("Type", Data.Type); in visitKnownRecord() 431 printTypeIndex("Type", HeapAllocSite.Type); in visitKnownRecord() [all …]
|
D | TypeIndex.cpp | 90 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex() function in llvm::codeview
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 235 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 …]
|
D | SymbolDumper.cpp | 157 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumpVisitor.h | 39 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
|
D | TypeIndex.h | 269 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumper.h | 31 void printTypeIndex(StringRef FieldName, TypeIndex TI);
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 99 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anon821fa98e0111::COFFDumper 101 CVTD.printTypeIndex(FieldName, TI); in printTypeIndex() 1008 printTypeIndex("Inlinee", ISL->Inlinee); in printCodeViewInlineeLines()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 122 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anon08f357e60111::COFFDumper 124 codeview::printTypeIndex(Writer, FieldName, TI, Types); in printTypeIndex() 1174 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()
|