| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 230 printTypeIndex("ArgType", Indices[I]); in visitKnownRecord() 287 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord() 324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord() 340 printTypeIndex("Type", M.getType()); in visitKnownRecord() 396 printTypeIndex("Type", BitField.getType()); in visitKnownRecord() 410 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord() 418 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord() 475 printTypeIndex("Type", Method.getType()); in visitKnownMember() 495 printTypeIndex("Type", Field.getType()); in visitKnownMember() 505 printTypeIndex("Type", Field.getType()); in visitKnownMember() [all …]
|
| H A D | SymbolDumper.cpp | 184 printTypeIndex("Type", BPRel.Type); 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() 506 printTypeIndex("Type", Register.Index); in visitKnownRecord() 545 printTypeIndex("Type", Local.Type); in visitKnownRecord() 609 printTypeIndex("FuncID", FuncID); in visitKnownRecord() 616 printTypeIndex("Type", RegRel.Type); in visitKnownRecord() 630 printTypeIndex("Type", Data.Type); in visitKnownRecord() [all …]
|
| H A D | TypeIndex.cpp | 93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex() function in llvm::codeview
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 487 codeview::printTypeIndex(W, FieldName, TI, in printTypeIndex() 821 printTypeIndex("Type", Local.Type); in visitKnownRecord() 876 printTypeIndex("Type", Local.Type); in visitKnownRecord() 1029 printTypeIndex("Type", Constant.Type); in visitKnownRecord() 1341 printTypeIndex("Type", Data.Type); in visitKnownRecord() 1419 printTypeIndex("Type", Local.Type); in visitKnownRecord() 1649 printTypeIndex("Type", UDT.Type); in visitKnownRecord() 1724 printTypeIndex(FieldName, FuncID); in visitKnownRecord() 1758 printTypeIndex("TI", TI, StreamIdx); in printTypeBegin() 1777 printTypeIndex("TI", TI, StreamIdx); in printMemberBegin() [all …]
|
| H A D | LVCodeViewReader.cpp | 254 LogicalVisitor.printTypeIndex("Inlinee", TIInlinee, StreamTPI); in collectInlineeInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.h | 40 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
|
| H A D | TypeIndex.h | 287 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 56 void printTypeIndex(StringRef FieldName, TypeIndex TI, 151 void printTypeIndex(StringRef FieldName, TypeIndex TI) const; 307 void printTypeIndex(StringRef FieldName, TypeIndex TI, uint32_t StreamIdx);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 136 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anonbf29cbb90111::COFFDumper 138 codeview::printTypeIndex(Writer, FieldName, TI, Types); in printTypeIndex() 1400 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()
|