Home
last modified time | relevance | path

Searched refs:insertRecord (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h57 TypeIndex insertRecord(ContinuationRecordBuilder &Builder);
H A DMergingTypeTableBuilder.h68 TypeIndex insertRecord(ContinuationRecordBuilder &Builder);
H A DGlobalTypeTableBuilder.h109 TypeIndex insertRecord(ContinuationRecordBuilder &Builder);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp85 AppendingTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { in insertRecord() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp98 GlobalTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { in insertRecord() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp111 MergingTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { in insertRecord() function in MergingTypeTableBuilder
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp507 TS.insertRecord(CRB); in toCodeViewRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2300 FTI = TypeTable.insertRecord(ContinuationBuilder); in lowerTypeEnum()
2674 TypeIndex FieldTI = TypeTable.insertRecord(ContinuationBuilder); in lowerRecordFieldList()