Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h112 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
113 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp37 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function in __anon9f1181650111::SectionMemoryManagerWrapper
39 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h130 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h149 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h96 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
97 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp89 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anondb1e80810111::TestReserveAllocationSpaceMemoryManager
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp89 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function in __anonab9db5b90111::TestReserveAllocationSpaceMemoryManager
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h148 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h167 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp184 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp184 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()