LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, RemoteSymbolLookup > Class Reference

#include "llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h"

Static Public Member Functions

static size_t size (const RemoteSymbolLookup &V)
 
static size_t serialize (SPSOutputBuffer &OB, const RemoteSymbolLookup &V)
 
static size_t deserialize (SPSInputBuffer &IB, RemoteSymbolLookup &V)
 

Detailed Description

Definition at line 188 of file SimpleRemoteEPCUtils.h.

Member Function Documentation

◆ deserialize()

Definition at line 199 of file SimpleRemoteEPCUtils.h.

◆ serialize()

Definition at line 194 of file SimpleRemoteEPCUtils.h.

◆ size()

Definition at line 190 of file SimpleRemoteEPCUtils.h.


The documentation for this class was generated from the following file: