Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/lli/
DRemoteJITUtils.h64 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
65 return MemMgr->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/tools/lli/
DRemoteJITUtils.h111 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
112 return MemMgr->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp36 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function in __anon9134dbfa0111::SectionMemoryManagerWrapper
38 return SectionMemoryManager::needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h66 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
67 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h149 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h131 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h131 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h95 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
96 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp89 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anondb1e80810111::TestReserveAllocationSpaceMemoryManager
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp88 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anon2fa6084f0111::TestReserveAllocationSpaceMemoryManager
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h150 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h151 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp184 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h167 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp190 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp190 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()