Searched refs:RecordStorage (Results 1 – 6 of 6) sorted by relevance
34 BumpPtrAllocator &RecordStorage; variable67 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
32 BumpPtrAllocator &RecordStorage; variable55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
34 BumpPtrAllocator &RecordStorage; variable64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
36 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()86 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes()
36 : RecordStorage(Storage) { in MergingTypeTableBuilder()104 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
36 : RecordStorage(Storage) { in GlobalTypeTableBuilder()