/external/swiftshader/third_party/llvm-16.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() 230 printTypeIndex("ArgType", Indices[I]); in visitKnownRecord() 250 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord() 251 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitKnownRecord() 252 printTypeIndex("VShape", Class.getVTableShape()); in visitKnownRecord() 264 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord() 277 printTypeIndex("UnderlyingType", Enum.getUnderlyingType()); in visitKnownRecord() 278 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord() [all …]
|
D | SymbolDumper.cpp | 52 void printTypeIndex(StringRef FieldName, TypeIndex TI); 97 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in CVSymbolDumperImpl 98 codeview::printTypeIndex(W, FieldName, TI, Types); in printTypeIndex() 184 printTypeIndex("Type", BPRel.Type); in visitKnownRecord() 191 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord() 204 printTypeIndex("Type", CallSiteInfo.Type); in visitKnownRecord() 221 printTypeIndex("Index", FileStatic.Index); in visitKnownRecord() 288 printTypeIndex("Type", Constant.Type); in visitKnownRecord() 300 printTypeIndex("Type", Data.Type); in visitKnownRecord() 443 printTypeIndex("Type", HeapAllocSite.Type); in visitKnownRecord() [all …]
|
D | TypeIndex.cpp | 93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex() function in llvm::codeview
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() function in TypeDumpVisitor 162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex() 166 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes()); in printItemIndex() 230 printTypeIndex("ArgType", Indices[I]); in visitKnownRecord() 250 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord() 251 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitKnownRecord() 252 printTypeIndex("VShape", Class.getVTableShape()); in visitKnownRecord() 264 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord() 277 printTypeIndex("UnderlyingType", Enum.getUnderlyingType()); in visitKnownRecord() 278 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord() [all …]
|
D | SymbolDumper.cpp | 54 void printTypeIndex(StringRef FieldName, TypeIndex TI); 99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in CVSymbolDumperImpl 100 codeview::printTypeIndex(W, FieldName, TI, Types); in printTypeIndex() 186 printTypeIndex("Type", BPRel.Type); in visitKnownRecord() 193 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord() 206 printTypeIndex("Type", CallSiteInfo.Type); in visitKnownRecord() 223 printTypeIndex("Index", FileStatic.Index); in visitKnownRecord() 290 printTypeIndex("Type", Constant.Type); in visitKnownRecord() 302 printTypeIndex("Type", Data.Type); in visitKnownRecord() 445 printTypeIndex("Type", HeapAllocSite.Type); in visitKnownRecord() [all …]
|
D | TypeIndex.cpp | 92 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-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumpVisitor.h | 38 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
|
D | TypeIndex.h | 277 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumpVisitor.h | 40 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
|
D | TypeIndex.h | 287 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 99 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anon83a9dc5b0111::COFFDumper 101 CVTD.printTypeIndex(FieldName, TI); in printTypeIndex() 1008 printTypeIndex("Inlinee", ISL->Inlinee); in printCodeViewInlineeLines()
|