Searched refs:RODataSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/ |
| HD | RemoteJITUtils.h | 104 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | OrcRemoteTargetClient.h | 109 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 127 if (RODataSize != 0) { in reserveAllocationSpace() 129 Client.reserveMem(Id, RODataSize, RODataAlign); in reserveAllocationSpace() 134 << " (" << RODataSize << " bytes, alignment " << RODataAlign in reserveAllocationSpace()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local 195 RODataSize, RODataAlign, in loadObjectImpl() 198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 518 uint64_t &RODataSize, in computeTotalAllocSize() argument 618 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()
|
| HD | RuntimeDyldImpl.h | 437 uint64_t &RODataSize, uint32_t &RODataAlign,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| HD | RuntimeDyld.h | 125 uintptr_t RODataSize, in reserveAllocationSpace() argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | OrcMCJITReplacement.h | 87 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 91 RODataSize, RODataAlign, in reserveAllocationSpace()
|