LLVM: llvm::orc::shared::SPSSerializationTraits< SPSVTuneMethodBatch, VTuneMethodBatch > Class Reference (original) (raw)

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

Inheritance diagram for llvm::orc::shared::SPSSerializationTraits< SPSVTuneMethodBatch, VTuneMethodBatch >:

[legend]

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

Detailed Description

Definition at line 85 of file VTuneSharedStructs.h.

Member Function Documentation

deserialize()

bool llvm::orc::shared::SPSSerializationTraits< SPSVTuneMethodBatch, VTuneMethodBatch >::deserialize ( SPSInputBuffer & IB, VTuneMethodBatch & MB ) inlinestatic

Definition at line 91 of file VTuneSharedStructs.h.

References llvm::orc::VTuneMethodBatch::Methods, and llvm::orc::VTuneMethodBatch::Strings.

serialize()

bool llvm::orc::shared::SPSSerializationTraits< SPSVTuneMethodBatch, VTuneMethodBatch >::serialize ( SPSOutputBuffer & OB, const VTuneMethodBatch & MB ) inlinestatic

Definition at line 96 of file VTuneSharedStructs.h.

References llvm::orc::VTuneMethodBatch::Methods, and llvm::orc::VTuneMethodBatch::Strings.

size()

size_t llvm::orc::shared::SPSSerializationTraits< SPSVTuneMethodBatch, VTuneMethodBatch >::size ( const VTuneMethodBatch & MB) inlinestatic

Definition at line 87 of file VTuneSharedStructs.h.

References llvm::orc::VTuneMethodBatch::Methods, and llvm::orc::VTuneMethodBatch::Strings.


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