|
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: sps::createEPCGenericMemoryAccess 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 59 of file EPCGenericMemoryAccess.h.
| ReadBuffersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadBuffers |
Definition at line 71 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| ReadPointersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadPointers |
Definition at line 70 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| ReadStringsProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadStrings |
Definition at line 72 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| ReadUInt16sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt16s |
Definition at line 67 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| ReadUInt32sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt32s |
Definition at line 68 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| ReadUInt64sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt64s |
Definition at line 69 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| ReadUInt8sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::ReadUInt8s |
Definition at line 66 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| WriteBuffersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteBuffers |
Definition at line 65 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| WritePointersProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WritePointers |
Definition at line 64 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| WriteUInt16sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt16s |
Definition at line 61 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| WriteUInt32sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt32s |
Definition at line 62 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| WriteUInt64sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt64s |
Definition at line 63 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().
| WriteUInt8sProxy llvm::orc::EPCGenericMemoryAccess::Funcs::WriteUInt8s |
Definition at line 60 of file EPCGenericMemoryAccess.h.
Referenced by llvm::orc::sps::createEPCGenericMemoryAccess().