Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp231 printTypeIndex("ArgType", Indices[I]); in visitKnownRecord()
288 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
325 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
341 printTypeIndex("Type", M.getType()); in visitKnownRecord()
397 printTypeIndex("Type", BitField.getType()); in visitKnownRecord()
411 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord()
419 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord()
477 printTypeIndex("Type", Method.getType()); in visitKnownMember()
497 printTypeIndex("Type", Field.getType()); in visitKnownMember()
507 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()
594 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
601 printTypeIndex("Type", RegRel.Type); in visitKnownRecord()
615 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
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp136 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anonf61e61730111::COFFDumper
138 codeview::printTypeIndex(Writer, FieldName, TI, Types); in printTypeIndex()
1258 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()