Searched refs:printTypeIndex (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() function in TypeDumpVisitor 162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex() 166 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes()); in printItemIndex() 230 printTypeIndex("ArgType", Indices[I]); in visitKnownRecord() 250 printTypeIndex("FieldList", Class.getFieldList()); in visitKnownRecord() 251 printTypeIndex("DerivedFrom", Class.getDerivationList()); in visitKnownRecord() 252 printTypeIndex("VShape", Class.getVTableShape()); in visitKnownRecord() 264 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord() 277 printTypeIndex("UnderlyingType", Enum.getUnderlyingType()); in visitKnownRecord() 278 printTypeIndex("FieldListType", Enum.getFieldList()); in visitKnownRecord() [all …]
|
H A D | SymbolDumper.cpp | 54 void printTypeIndex(StringRef FieldName, TypeIndex TI); 99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in CVSymbolDumperImpl 100 codeview::printTypeIndex(W, FieldName, TI, Types); in printTypeIndex() 186 printTypeIndex("Type", BPRel.Type); in visitKnownRecord() 193 printTypeIndex("BuildId", BuildInfo.BuildId); in visitKnownRecord() 206 printTypeIndex("Type", CallSiteInfo.Type); in visitKnownRecord() 223 printTypeIndex("Index", FileStatic.Index); in visitKnownRecord() 290 printTypeIndex("Type", Constant.Type); in visitKnownRecord() 302 printTypeIndex("Type", Data.Type); in visitKnownRecord() 445 printTypeIndex("Type", HeapAllocSite.Type); in visitKnownRecord() [all …]
|
H A D | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex() function in llvm::codeview
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.h | 38 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
|
H A D | TypeIndex.h | 286 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 135 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() function in __anon685e90ee0111::COFFDumper 137 codeview::printTypeIndex(Writer, FieldName, TI, Types); in printTypeIndex() 1254 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()
|