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

Serialization traits for address ranges. More...

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

Static Public Member Functions

static size_t size (const ExecutorAddrRange &Value)
 
static bool serialize (SPSOutputBuffer &BOB, const ExecutorAddrRange &Value)
 
static bool deserialize (SPSInputBuffer &BIB, ExecutorAddrRange &Value)
 

Detailed Description

Serialization traits for address ranges.

Definition at line 275 of file ExecutorAddress.h.

Member Function Documentation

◆ deserialize()

Definition at line 287 of file ExecutorAddress.h.

◆ serialize()

Definition at line 282 of file ExecutorAddress.h.

◆ size()

Definition at line 277 of file ExecutorAddress.h.


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