|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h"#include "llvm/ExecutionEngine/Orc/SPSProxySpec.h"#include "llvm/ExecutionEngine/Orc/Shared/SPSCI/MemoryAccessSPSCI.h"#include "llvm/Support/Compiler.h"#include <memory>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. | |