HomeSort by relevance Sort by last modified time
    Searched refs:reserveAllocationSpace (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/lli/
RemoteJITUtils.h 103 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 142 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
148 /// Override to return true to enable the reserveAllocationSpace callback.
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 57 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
61 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 91 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 116 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
    [all...]

Completed in 1481 milliseconds