Searched refs:RecordStorage (Results 1 – 6 of 6) 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()
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()