Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp35 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()
77 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() argument
79 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()
H A DMergingTypeTableBuilder.cpp35 : RecordStorage(Storage) { in MergingTypeTableBuilder()
101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
146 Record = stabilize(RecordStorage, Record); in replaceType()
H A DGlobalTypeTableBuilder.cpp35 : RecordStorage(Storage) { in GlobalTypeTableBuilder()
135 Record = stabilize(RecordStorage, Record); in replaceType()
/netbsd-src/external/apache2/llvm/dist/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()