Home
last modified time | relevance | path

Searched defs:needsToReserveAllocationSpace (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h130 virtual bool needsToReserveAllocationSpace() { return false; } in needsToReserveAllocationSpace() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DRemoteJITUtils.h64 bool needsToReserveAllocationSpace() override { in needsToReserveAllocationSpace() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h151 bool needsToReserveAllocationSpace() override { return true; } in needsToReserveAllocationSpace() function