LLVM 24.0.0git
EPCGenericMemoryAccessSPS.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::MemWriteUInt8sProxySpec
using llvm::orc::sps::MemWriteUInt16sProxySpec
using llvm::orc::sps::MemWriteUInt32sProxySpec
using llvm::orc::sps::MemWriteUInt64sProxySpec
using llvm::orc::sps::MemWritePointersProxySpec
using llvm::orc::sps::MemWriteBuffersProxySpec
using llvm::orc::sps::MemReadUInt8sProxySpec
using llvm::orc::sps::MemReadUInt16sProxySpec
using llvm::orc::sps::MemReadUInt32sProxySpec
using llvm::orc::sps::MemReadUInt64sProxySpec
using llvm::orc::sps::MemReadPointersProxySpec
using llvm::orc::sps::MemReadBuffersProxySpec
using llvm::orc::sps::MemReadStringsProxySpec

Functions

LLVM_ABI Expected< std::unique_ptr< EPCGenericMemoryAccess > > llvm::orc::sps::createEPCGenericMemoryAccess (JITDylib &JD)
 Create an EPCGenericMemoryAccess that reaches the memory-access wrappers in the given JITDylib via the runtime's SPS controller interface.
LLVM_ABI Expected< std::unique_ptr< EPCGenericMemoryAccess > > llvm::orc::sps::createEPCGenericMemoryAccess (ExecutionSession &ES)
 Create an EPCGenericMemoryAccess that reaches the memory-access wrappers in ES's bootstrap JITDylib via the runtime's SPS controller interface.