Searched refs:RecordStorage (Results 1 – 6 of 6) sorted by relevance
27 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()69 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() argument71 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize()79 Record = stabilize(RecordStorage, Record); in insertRecordBytes()101 Record = stabilize(RecordStorage, Record); in replaceType()
28 : RecordStorage(Storage) { in MergingTypeTableBuilder()94 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()139 Record = stabilize(RecordStorage, Record); in replaceType()
27 : RecordStorage(Storage) { in GlobalTypeTableBuilder()127 Record = stabilize(RecordStorage, Record); in replaceType()
32 BumpPtrAllocator &RecordStorage; variable66 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()83 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
29 BumpPtrAllocator &RecordStorage; variable53 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
31 BumpPtrAllocator &RecordStorage; variable62 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()