Searched refs:IDTable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 402 : Allocator(), IDTable(Allocator), TypeTable(Allocator) {} in ReadObjTypeTableBuilder() 405 llvm::codeview::MergingTypeTableBuilder IDTable; member 528 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable); in dumpObject() 706 dumpCodeViewMergedTypes(W, CVTypes.IDTable, CVTypes.TypeTable); in main()
|
| H A D | ObjDumper.h | 118 ScopedPrinter &Writer, llvm::codeview::MergingTypeTableBuilder &IDTable,
|
| H A D | COFFDumper.cpp | 1909 ScopedPrinter &Writer, llvm::codeview::MergingTypeTableBuilder &IDTable, in dumpCodeViewMergedTypes() argument 1927 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 97 IDTable(Alloc), GlobalTypeTable(Alloc), GlobalIDTable(Alloc) { in PDBLinker() 178 return IDTable; in getIDTable() 195 MergingTypeTableBuilder IDTable; member in __anon97f256dd0111::PDBLinker 508 mergeTypeAndIdRecords(IDTable, TypeTable, ObjectIndexMap->TPIMap, in mergeDebugT() 659 if (auto Err = mergeIdRecords(IDTable, IndexMap.TPIMap, IndexMap.IPIMap, in maybeMergeTypeServerPDB() 844 TypeCollection &IDTable) { in translateIdSymbols() argument 874 CVType FuncIdData = IDTable.getType(*TI); in translateIdSymbols()
|