Searched refs:CVTypes (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 441 static ReadObjTypeTableBuilder CVTypes; variable 581 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 582 CVTypes.GlobalIDTable, CVTypes.GlobalTypeTable, in dumpObject() 691 CVTypes.Binaries.push_back( in dumpInput() 794 dumpCodeViewMergedTypes(Writer, CVTypes.GlobalIDTable.records(), in main() 795 CVTypes.GlobalTypeTable.records()); in main() 797 dumpCodeViewMergedTypes(Writer, CVTypes.IDTable.records(), in main() 798 CVTypes.TypeTable.records()); in main()
|
| H A D | ObjDumper.h | 95 llvm::codeview::MergingTypeTableBuilder &CVTypes, in mergeCodeViewTypes() argument
|
| H A D | COFFDumper.cpp | 102 llvm::codeview::MergingTypeTableBuilder &CVTypes, 1290 MergingTypeTableBuilder &CVTypes, in mergeCodeViewTypes() argument 1324 if (Error E = mergeTypeAndIdRecords(CVIDs, CVTypes, SourceToDest, Types, in mergeCodeViewTypes()
|