Searched refs:RecordStorage (Results 1 – 14 of 14) sorted by relevance
35 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()77 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() argument79 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize()87 Record = stabilize(RecordStorage, Record); in insertRecordBytes()109 Record = stabilize(RecordStorage, Record); in replaceType()
35 : RecordStorage(Storage) { in MergingTypeTableBuilder()101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()146 Record = stabilize(RecordStorage, Record); in replaceType()
35 : RecordStorage(Storage) { in GlobalTypeTableBuilder()135 Record = stabilize(RecordStorage, Record); in replaceType()
33 BumpPtrAllocator &RecordStorage; variable66 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
31 BumpPtrAllocator &RecordStorage; variable54 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
33 BumpPtrAllocator &RecordStorage; variable63 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
33 BumpPtrAllocator &RecordStorage; variable67 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()84 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
31 BumpPtrAllocator &RecordStorage; variable55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
33 BumpPtrAllocator &RecordStorage; variable64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
35 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()80 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes()
35 : RecordStorage(Storage) { in MergingTypeTableBuilder()99 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
35 : RecordStorage(Storage) { in GlobalTypeTableBuilder()
41 BumpPtrAllocator RecordStorage; variable
31 reinterpret_cast<char *>(RecordStorage.Allocate(TotalSize, Align)); in writeRecord()