Searched refs:RecordStorage (Results 1 – 6 of 6) sorted by relevance
28 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()70 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() argument72 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize()80 Record = stabilize(RecordStorage, Record); in insertRecordBytes()102 Record = stabilize(RecordStorage, Record); in replaceType()
29 : RecordStorage(Storage) { in MergingTypeTableBuilder()95 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()140 Record = stabilize(RecordStorage, Record); in replaceType()
28 : RecordStorage(Storage) { in GlobalTypeTableBuilder()128 Record = stabilize(RecordStorage, Record); in replaceType()
31 BumpPtrAllocator &RecordStorage; variable65 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()82 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
28 BumpPtrAllocator &RecordStorage; variable52 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
30 BumpPtrAllocator &RecordStorage; variable61 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()