Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp288 static ReadObjTypeTableBuilder CVTypes; variable
430 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject()
431 CVTypes.GlobalIDTable, CVTypes.GlobalTypeTable, in dumpObject()
540 CVTypes.Binaries.push_back( in dumpInput()
608 dumpCodeViewMergedTypes(Writer, CVTypes.GlobalIDTable.records(), in main()
609 CVTypes.GlobalTypeTable.records()); in main()
611 dumpCodeViewMergedTypes(Writer, CVTypes.IDTable.records(), in main()
612 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()