reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  150     bool needsToReserveAllocationSpace() override { return true; }
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
   95     bool needsToReserveAllocationSpace() override {
tools/lli/RemoteJITUtils.h
  111   bool needsToReserveAllocationSpace() override {
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
   88   bool needsToReserveAllocationSpace() override { return true; }
unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp
   36   bool needsToReserveAllocationSpace() override {

References

lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
   96       return ClientMM->needsToReserveAllocationSpace();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  190   if (MemMgr.needsToReserveAllocationSpace()) {
tools/lli/RemoteJITUtils.h
  112     return MemMgr->needsToReserveAllocationSpace();
unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp
   38     return SectionMemoryManager::needsToReserveAllocationSpace();