Home
last modified time | relevance | path

Searched refs:insertRecordAs (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp95 TypeIndex MergingTypeTableBuilder::insertRecordAs(hash_code Hash, in insertRecordAs() function in MergingTypeTableBuilder
117 return insertRecordAs(hash_value(Record), Record); in insertRecordBytes()
H A DGlobalTypeTableBuilder.cpp98 return insertRecordAs(GHT, Record.size(), in insertRecordBytes()
H A DTypeStreamMerger.cpp382 DestIdx = Dest.insertRecordAs(H, Type.RecordData.size(), DoSerialize); in remapType()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.h68 TypeIndex insertRecordAs(hash_code Hash, ArrayRef<uint8_t> &Record);
H A DGlobalTypeTableBuilder.h73 TypeIndex insertRecordAs(GloballyHashedType Hash, size_t RecordSize, in insertRecordAs() function