Searched refs:RODataSize (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 104 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 185 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local 189 RODataSize, RODataAlign, in loadObjectImpl() 192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 413 uint64_t &RODataSize, in computeTotalAllocSize() argument 497 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()
|
D | RuntimeDyldImpl.h | 406 uint64_t &RODataSize, uint32_t &RODataAlign,
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 117 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 138 if (RODataSize != 0) { in reserveAllocationSpace() 139 if (auto AddrOrErr = Client.reserveMem(Id, RODataSize, RODataAlign)) in reserveAllocationSpace() 148 << " (" << RODataSize << " bytes, alignment " in reserveAllocationSpace()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 58 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 62 RODataSize, RODataAlign, in reserveAllocationSpace()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 143 uintptr_t RODataSize, in reserveAllocationSpace() argument
|