Searched refs:RWDataSize (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 48 uintptr_t RWDataSize, in reserveAllocationSpace() argument 51 RWDataSize, RWDataAlign); in reserveAllocationSpace()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 98 uint32_t RODataAlign, uintptr_t RWDataSize, uint32_t RWDataAlign) { in reserveAllocationSpace() argument 123 TotalSize += alignTo(RWDataSize, EPC.getPageSize()); in reserveAllocationSpace() 153 ExecutorAddrDiff(alignTo(RWDataSize, EPC.getPageSize()))}; in reserveAllocationSpace()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 65 uintptr_t RWDataSize,
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 193 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local 198 RWDataSize, RWDataAlign)) in loadObjectImpl() 201 RWDataSize, RWDataAlign); in loadObjectImpl() 539 uint64_t &RWDataSize, in computeTotalAllocSize() argument 642 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()
|
| H A D | RuntimeDyldImpl.h | 423 uint64_t &RWDataSize, uint32_t &RWDataAlign);
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 140 uintptr_t RWDataSize, in reserveAllocationSpace() argument
|