LLVM  8.0.1
Classes
llvm::orc::remote::mem Namespace Reference

RPC functions for remote memory management / inspection / modification. More...

Classes

class  CreateRemoteAllocator
 Creates a memory allocator on the remote. More...
 
class  DestroyRemoteAllocator
 Destroys a remote allocator, freeing any memory allocated by it. More...
 
class  ReadMem
 Read a remote memory block. More...
 
class  ReserveMem
 Reserve a block of memory on the remote via the given allocator. More...
 
class  SetProtections
 Set the memory protection on a memory block. More...
 
class  WriteMem
 Write to a remote memory block. More...
 
class  WritePtr
 Write to a remote pointer. More...
 

Detailed Description

RPC functions for remote memory management / inspection / modification.