HomeSort by: relevance | last modified time | path
    Searched refs:reserveAllocationSpace (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/lli/
RemoteJITUtils.h 56 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
60 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
129 /// Override to return true to enable the reserveAllocationSpace callback.
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 109 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,

Completed in 25 milliseconds