LLVM: llvm::orc::shared::SPSArgList<> Class Reference (original) (raw)

#include "[llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h](SimplePackedSerialization%5F8h%5Fsource.html)"

Inheritance diagram for llvm::orc::shared::SPSArgList<>:

[legend]

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()

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

Definition at line 117 of file SimplePackedSerialization.h.

deserializeFromSmallVector()

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

Definition at line 121 of file SimplePackedSerialization.h.

serialize()

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

Definition at line 116 of file SimplePackedSerialization.h.

serializeToSmallVector()

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

Definition at line 119 of file SimplePackedSerialization.h.

size()

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: