|
LLVM 24.0.0git
|
Proxies for the executor-side memory-access functions. More...
#include "llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h"
Proxies for the executor-side memory-access functions.
These are protocol-agnostic: EPCGenericMemoryAccess::Create populates them for the runtime's SPS controller interface, but a client targeting a different protocol can build its own Funcs and pass them to the constructor.
Definition at line 36 of file EPCGenericMemoryAccess.h.
| rt::MemReadBuffersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadBuffers |
Definition at line 48 of file EPCGenericMemoryAccess.h.
| rt::MemReadPointersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadPointers |
Definition at line 47 of file EPCGenericMemoryAccess.h.
| rt::MemReadStringsProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadStrings |
Definition at line 49 of file EPCGenericMemoryAccess.h.
| rt::MemReadUInt16sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt16s |
Definition at line 44 of file EPCGenericMemoryAccess.h.
| rt::MemReadUInt32sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt32s |
Definition at line 45 of file EPCGenericMemoryAccess.h.
| rt::MemReadUInt64sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt64s |
Definition at line 46 of file EPCGenericMemoryAccess.h.
| rt::MemReadUInt8sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt8s |
Definition at line 43 of file EPCGenericMemoryAccess.h.
| rt::MemWriteBuffersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteBuffers |
Definition at line 42 of file EPCGenericMemoryAccess.h.
| rt::MemWritePointersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WritePointers |
Definition at line 41 of file EPCGenericMemoryAccess.h.
| rt::MemWriteUInt16sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt16s |
Definition at line 38 of file EPCGenericMemoryAccess.h.
| rt::MemWriteUInt32sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt32s |
Definition at line 39 of file EPCGenericMemoryAccess.h.
| rt::MemWriteUInt64sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt64s |
Definition at line 40 of file EPCGenericMemoryAccess.h.
| rt::MemWriteUInt8sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt8s |
Definition at line 37 of file EPCGenericMemoryAccess.h.