Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h59 TypeIndex insertRecord(ContinuationRecordBuilder &Builder);
H A DMergingTypeTableBuilder.h70 TypeIndex insertRecord(ContinuationRecordBuilder &Builder);
H A DGlobalTypeTableBuilder.h89 TypeIndex insertRecord(ContinuationRecordBuilder &Builder);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp94 AppendingTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { in insertRecord() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp107 GlobalTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { in insertRecord() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp121 MergingTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { in insertRecord() function in MergingTypeTableBuilder
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp499 TS.insertRecord(CRB); in toCodeViewRecord()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2013 FTI = TypeTable.insertRecord(ContinuationBuilder); in lowerTypeEnum()
2369 TypeIndex FieldTI = TypeTable.insertRecord(ContinuationBuilder); in lowerRecordFieldList()