Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h34 BumpPtrAllocator &RecordStorage; variable
67 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
H A DAppendingTypeTableBuilder.h32 BumpPtrAllocator &RecordStorage; variable
55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
H A DMergingTypeTableBuilder.h34 BumpPtrAllocator &RecordStorage; variable
64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp36 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()
86 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes()
H A DMergingTypeTableBuilder.cpp36 : RecordStorage(Storage) { in MergingTypeTableBuilder()
104 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
H A DGlobalTypeTableBuilder.cpp36 : RecordStorage(Storage) { in GlobalTypeTableBuilder()