|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/EPCGenericMemoryAccessSPS.h"#include "llvm/ExecutionEngine/Orc/Core.h"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 |
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. | |