Searched refs:RecordStorage (Results 1 – 8 of 8) 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()
41 BumpPtrAllocator RecordStorage; variable
31 reinterpret_cast<char *>(RecordStorage.Allocate(TotalSize, Align)); in writeRecord()