Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h112 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
113 return MemMgr->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h130 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h96 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
97 return ClientMM->needsToReserveAllocationSpace(); in needsToReserveAllocationSpace()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h151 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp191 if (MemMgr.needsToReserveAllocationSpace()) { in loadObjectImpl()