Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h34 BumpPtrAllocator &RecordStorage; variable
67 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
DAppendingTypeTableBuilder.h32 BumpPtrAllocator &RecordStorage; variable
55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
DMergingTypeTableBuilder.h34 BumpPtrAllocator &RecordStorage; variable
64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp36 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()
86 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes()
DMergingTypeTableBuilder.cpp36 : RecordStorage(Storage) { in MergingTypeTableBuilder()
104 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
DGlobalTypeTableBuilder.cpp36 : RecordStorage(Storage) { in GlobalTypeTableBuilder()
/external/llvm/include/llvm/DebugInfo/CodeView/
DMemoryTypeTableBuilder.h41 BumpPtrAllocator RecordStorage; variable
/external/llvm/lib/DebugInfo/CodeView/
DMemoryTypeTableBuilder.cpp31 reinterpret_cast<char *>(RecordStorage.Allocate(TotalSize, Align)); in writeRecord()