Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() function
59 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, in reserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h125 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() function in __anondb1e80810111::TestReserveAllocationSpaceMemoryManager
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp151 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()