LLVM 20.0.0git
|
Classes | |
struct | BufferWrite |
Describes a write to a buffer. More... | |
struct | FinalizeRequest |
struct | PointerWrite |
Describes a write to a pointer. More... | |
struct | RemoteAllocGroup |
struct | SegFinalizeRequest |
struct | SharedMemoryFinalizeRequest |
struct | SharedMemorySegFinalizeRequest |
struct | UIntWrite |
Typedefs | |
using | UInt8Write = UIntWrite< uint8_t > |
Describes a write to a uint8_t. | |
using | UInt16Write = UIntWrite< uint16_t > |
Describes a write to a uint16_t. | |
using | UInt32Write = UIntWrite< uint32_t > |
Describes a write to a uint32_t. | |
using | UInt64Write = UIntWrite< uint64_t > |
Describes a write to a uint64_t. | |
using | DylibHandle = ExecutorAddr |
A handle used to represent a loaded dylib in the target process. | |
using | LookupResult = std::vector< ExecutorSymbolDef > |
using llvm::orc::tpctypes::DylibHandle = typedef ExecutorAddr |
A handle used to represent a loaded dylib in the target process.
Definition at line 115 of file TargetProcessControlTypes.h.
using llvm::orc::tpctypes::LookupResult = typedef std::vector<ExecutorSymbolDef> |
Definition at line 117 of file TargetProcessControlTypes.h.
using llvm::orc::tpctypes::UInt16Write = typedef UIntWrite<uint16_t> |
Describes a write to a uint16_t.
Definition at line 84 of file TargetProcessControlTypes.h.
using llvm::orc::tpctypes::UInt32Write = typedef UIntWrite<uint32_t> |
Describes a write to a uint32_t.
Definition at line 87 of file TargetProcessControlTypes.h.
using llvm::orc::tpctypes::UInt64Write = typedef UIntWrite<uint64_t> |
Describes a write to a uint64_t.
Definition at line 90 of file TargetProcessControlTypes.h.
using llvm::orc::tpctypes::UInt8Write = typedef UIntWrite<uint8_t> |
Describes a write to a uint8_t.
Definition at line 81 of file TargetProcessControlTypes.h.