Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h63 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
64 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h130 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp89 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anon6fa52fcd0111::TestReserveAllocationSpaceMemoryManager
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp148 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()