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

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

Static Public Member Functions

static size_t size ()
 
static bool serialize (SPSOutputBuffer &OB)
 
static bool deserialize (SPSInputBuffer &IB)
 
static bool serializeToSmallVector (SmallVectorImpl< char > &V)
 
static bool deserializeFromSmallVector (const SmallVectorImpl< char > &V)
 

Detailed Description

Definition at line 112 of file SimplePackedSerialization.h.

Member Function Documentation

◆ deserialize()

static bool llvm::orc::shared::SPSArgList<>::deserialize ( SPSInputBuffer IB)
inlinestatic

Definition at line 117 of file SimplePackedSerialization.h.

◆ deserializeFromSmallVector()

static bool llvm::orc::shared::SPSArgList<>::deserializeFromSmallVector ( const SmallVectorImpl< char > &  V)
inlinestatic

Definition at line 121 of file SimplePackedSerialization.h.

◆ serialize()

static bool llvm::orc::shared::SPSArgList<>::serialize ( SPSOutputBuffer OB)
inlinestatic

Definition at line 116 of file SimplePackedSerialization.h.

◆ serializeToSmallVector()

static bool llvm::orc::shared::SPSArgList<>::serializeToSmallVector ( SmallVectorImpl< char > &  V)
inlinestatic

Definition at line 119 of file SimplePackedSerialization.h.

◆ size()

static size_t llvm::orc::shared::SPSArgList<>::size ( )
inlinestatic

Definition at line 114 of file SimplePackedSerialization.h.


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