Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/lli/
H A DForwardingMemoryManager.h48 uintptr_t RWDataSize, in reserveAllocationSpace() argument
51 RWDataSize, RWDataAlign); in reserveAllocationSpace()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp98 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 DEPCGenericRTDyldMemoryManager.h65 uintptr_t RWDataSize,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp193 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 DRuntimeDyldImpl.h423 uint64_t &RWDataSize, uint32_t &RWDataAlign);
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h140 uintptr_t RWDataSize, in reserveAllocationSpace() argument