LLVM: llvm::orc::shared::SPSSerializationTraits< SPSAllocActionCallPair, AllocActionCallPair > Class Reference (original) (raw)

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

Inheritance diagram for llvm::orc::shared::SPSSerializationTraits< SPSAllocActionCallPair, AllocActionCallPair >:

[legend]

Static Public Member Functions
static size_t size (const AllocActionCallPair &AAP)
static bool serialize (SPSOutputBuffer &OB, const AllocActionCallPair &AAP)
static bool deserialize (SPSInputBuffer &IB, AllocActionCallPair &AAP)

Detailed Description

Definition at line 78 of file AllocationActions.h.

Member Function Documentation

deserialize()

bool llvm::orc::shared::SPSSerializationTraits< SPSAllocActionCallPair, AllocActionCallPair >::deserialize ( SPSInputBuffer & IB, AllocActionCallPair & AAP ) inlinestatic

Definition at line 92 of file AllocationActions.h.

References llvm::orc::shared::AllocActionCallPair::Dealloc, and llvm::orc::shared::AllocActionCallPair::Finalize.

serialize()

bool llvm::orc::shared::SPSSerializationTraits< SPSAllocActionCallPair, AllocActionCallPair >::serialize ( SPSOutputBuffer & OB, const AllocActionCallPair & AAP ) inlinestatic

Definition at line 87 of file AllocationActions.h.

References llvm::orc::shared::AllocActionCallPair::Dealloc, and llvm::orc::shared::AllocActionCallPair::Finalize.

size()

size_t llvm::orc::shared::SPSSerializationTraits< SPSAllocActionCallPair, AllocActionCallPair >::size ( const AllocActionCallPair & AAP) inlinestatic

Definition at line 83 of file AllocationActions.h.

References llvm::orc::shared::AllocActionCallPair::Dealloc, and llvm::orc::shared::AllocActionCallPair::Finalize.


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