Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteJITUtils.h103 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() function
107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() function
61 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h142 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp91 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() function in __anonc9c824a00111::TestReserveAllocationSpaceMemoryManager
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h116 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() function