LLVM 24.0.0git
SimpleMemoryMapSPS.h File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::orc
namespace  llvm::orc::sps

Typedefs

using llvm::orc::sps::MemMgrReserveProxySpec
using llvm::orc::sps::MemMgrInitializeProxySpec
using llvm::orc::sps::MemMgrDeinitializeProxySpec
using llvm::orc::sps::MemMgrReleaseProxySpec

Functions

LLVM_ABI Expected< SimpleMemoryMapBindingsllvm::orc::sps::createSimpleMemoryMapBindings (JITDylib &JD)
 Build bindings over the SPS controller interface, resolving the operations in the given JITDylib under the specs' default (SimpleNativeMemoryMap) names.
LLVM_ABI Expected< SimpleMemoryMapBindingsllvm::orc::sps::createSimpleMemoryMapBindings (ExecutionSession &ES)
 As above, resolving the operations in ES's bootstrap JITDylib.