Home
last modified time | relevance | path

Searched refs:CVTypes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp441 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 DObjDumper.h95 llvm::codeview::MergingTypeTableBuilder &CVTypes, in mergeCodeViewTypes() argument
H A DCOFFDumper.cpp102 llvm::codeview::MergingTypeTableBuilder &CVTypes,
1290 MergingTypeTableBuilder &CVTypes, in mergeCodeViewTypes() argument
1324 if (Error E = mergeTypeAndIdRecords(CVIDs, CVTypes, SourceToDest, Types, in mergeCodeViewTypes()