Searched refs:CVTypes (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 323 static ReadObjTypeTableBuilder CVTypes; variable 485 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 486 CVTypes.GlobalIDTable, CVTypes.GlobalTypeTable, in dumpObject() 597 CVTypes.Binaries.push_back( in dumpInput() 675 dumpCodeViewMergedTypes(*Writer.get(), CVTypes.GlobalIDTable.records(), in main() 676 CVTypes.GlobalTypeTable.records()); in main() 678 dumpCodeViewMergedTypes(*Writer.get(), CVTypes.IDTable.records(), in main() 679 CVTypes.TypeTable.records()); in main()
|
| H A D | ObjDumper.h | 153 llvm::codeview::MergingTypeTableBuilder &CVTypes, in mergeCodeViewTypes() argument
|
| H A D | COFFDumper.cpp | 103 llvm::codeview::MergingTypeTableBuilder &CVTypes, 1294 MergingTypeTableBuilder &CVTypes, in mergeCodeViewTypes() argument 1328 if (Error E = mergeTypeAndIdRecords(CVIDs, CVTypes, SourceToDest, Types, in mergeCodeViewTypes()
|