Home
last modified time | relevance | path

Searched refs:RecordStorage (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp28 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()
70 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() argument
72 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize()
80 Record = stabilize(RecordStorage, Record); in insertRecordBytes()
102 Record = stabilize(RecordStorage, Record); in replaceType()
H A DMergingTypeTableBuilder.cpp30 : RecordStorage(Storage) { in MergingTypeTableBuilder()
96 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
141 Record = stabilize(RecordStorage, Record); in replaceType()
H A DGlobalTypeTableBuilder.cpp29 : RecordStorage(Storage) { in GlobalTypeTableBuilder()
129 Record = stabilize(RecordStorage, Record); in replaceType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h31 BumpPtrAllocator &RecordStorage; variable
65 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
82 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
H A DAppendingTypeTableBuilder.h28 BumpPtrAllocator &RecordStorage; variable
52 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
H A DMergingTypeTableBuilder.h30 BumpPtrAllocator &RecordStorage; variable
61 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()