/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | RemoteJITUtils.h | 112 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function 113 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 37 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function in __anon9f1181650111::SectionMemoryManagerWrapper 39 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 130 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 149 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 96 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function 97 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 89 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anonab9db5b90111::TestReserveAllocationSpaceMemoryManager
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 148 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 167 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 184 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 184 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
|