Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp163 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() function in TypeDumpVisitor
164 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex()
168 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 …]
H A DSymbolDumper.cpp52 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 …]
H A DTypeIndex.cpp93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex() function in llvm::codeview
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp479 void LVTypeVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI,
481 codeview::printTypeIndex(W, FieldName, TI,
539 printTypeIndex("ArgType", Arg, StreamIPI); in visitKnownRecord()
567 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
568 printTypeIndex("FieldListType", Class.getFieldList(), StreamTPI); in visitKnownRecord()
585 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
586 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord()
598 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord()
599 printTypeIndex("Type", Func.getFunctionType(), StreamTPI); in visitKnownRecord()
600 printTypeIndex("Paren in visitKnownRecord()
485 void LVTypeVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI, printTypeIndex() function in LVTypeVisitor
727 void LVSymbolVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { printTypeIndex() function in LVSymbolVisitor
1744 void LVLogicalVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI, printTypeIndex() function in LVLogicalVisitor
[all...]
H A DLVCodeViewReader.cpp249 LogicalVisitor.printTypeIndex("Inlinee", TIInlinee, StreamTPI); in collectInlineeInfo()
/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,
/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);
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp137 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anonb184fbd60111::COFFDumper
139 codeview::printTypeIndex(Writer, FieldName, TI, Types); in printTypeIndex()
1446 printTypeIndex("Inlinee", Line.Header->Inlinee); in mergeCodeViewTypes()