Home
last modified time | relevance | path

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

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