Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp230 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 DSymbolDumper.cpp184 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 DTypeIndex.cpp93 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 DLVCodeViewVisitor.cpp487 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 DLVCodeViewReader.cpp254 LogicalVisitor.printTypeIndex("Inlinee", TIInlinee, StreamTPI); in collectInlineeInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h40 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
H A DTypeIndex.h287 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h56 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 DCOFFDumper.cpp136 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()