Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp27 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()
69 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() argument
71 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()
H A DMergingTypeTableBuilder.cpp28 : RecordStorage(Storage) { in MergingTypeTableBuilder()
94 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
139 Record = stabilize(RecordStorage, Record); in replaceType()
H A DGlobalTypeTableBuilder.cpp27 : RecordStorage(Storage) { in GlobalTypeTableBuilder()
127 Record = stabilize(RecordStorage, Record); in replaceType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h32 BumpPtrAllocator &RecordStorage; variable
66 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
83 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
H A DAppendingTypeTableBuilder.h29 BumpPtrAllocator &RecordStorage; variable
53 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
H A DMergingTypeTableBuilder.h31 BumpPtrAllocator &RecordStorage; variable
62 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()