/external/llvm-project/llvm/tools/lli/ |
D | RemoteJITUtils.h | 64 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function 65 return MemMgr->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 111 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function 112 return MemMgr->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 36 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function in __anon9134dbfa0111::SectionMemoryManagerWrapper 38 return SectionMemoryManager::needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 66 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function 67 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 149 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 131 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 131 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 95 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function 96 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 89 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anondb1e80810111::TestReserveAllocationSpaceMemoryManager
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 88 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anon2fa6084f0111::TestReserveAllocationSpaceMemoryManager
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 150 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 151 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 184 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 167 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 190 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 190 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
|