/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 163 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 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("Typ in visitKnownRecord() [all...] |
H A D | TypeIndex.cpp | 93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex() function in llvm::codeview
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 485 void LVTypeVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI, in printTypeIndex() function in LVTypeVisitor 487 codeview::printTypeIndex(W, FieldName, TI, in printTypeIndex() 545 printTypeIndex("ArgType", Arg, StreamIPI); in visitKnownRecord() 573 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 574 printTypeIndex("FieldListType", Class.getFieldList(), StreamTPI); in visitKnownRecord() 591 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 592 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord() 604 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 605 printTypeIndex("Type", Func.getFunctionType(), StreamTPI); in visitKnownRecord() 606 printTypeIndex("Parent", Func.getParentScope(), StreamTPI); in visitKnownRecord() [all …]
|
H A D | LVCodeViewReader.cpp | 254 LogicalVisitor.printTypeIndex("Inlinee", TIInlinee, StreamTPI); in collectInlineeInfo()
|
/freebsd/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/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/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 137 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anon22f3d4430111::COFFDumper 139 codeview::printTypeIndex(Writer, FieldName, TI, Types); in printTypeIndex() 1403 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()
|