Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteJITUtils.h104 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument
107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp185 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()
DRuntimeDyldImpl.h406 uint64_t &RODataSize, uint32_t &RODataAlign,
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h117 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/
DOrcMCJITReplacement.h58 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument
62 RODataSize, RODataAlign, in reserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h143 uintptr_t RODataSize, in reserveAllocationSpace() argument