Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/CodeView/
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()
DMergingTypeTableBuilder.cpp35 : RecordStorage(Storage) { in MergingTypeTableBuilder()
101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
146 Record = stabilize(RecordStorage, Record); in replaceType()
DGlobalTypeTableBuilder.cpp35 : RecordStorage(Storage) { in GlobalTypeTableBuilder()
135 Record = stabilize(RecordStorage, Record); in replaceType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h33 BumpPtrAllocator &RecordStorage; variable
66 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
DAppendingTypeTableBuilder.h31 BumpPtrAllocator &RecordStorage; variable
54 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
DMergingTypeTableBuilder.h33 BumpPtrAllocator &RecordStorage; variable
63 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h33 BumpPtrAllocator &RecordStorage; variable
67 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
84 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs()
DAppendingTypeTableBuilder.h31 BumpPtrAllocator &RecordStorage; variable
55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
DMergingTypeTableBuilder.h33 BumpPtrAllocator &RecordStorage; variable
64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp35 : RecordStorage(Storage) {} in AppendingTypeTableBuilder()
80 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes()
DMergingTypeTableBuilder.cpp35 : RecordStorage(Storage) { in MergingTypeTableBuilder()
99 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
DGlobalTypeTableBuilder.cpp35 : 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()