LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::orc::shared::SPSSerializationTraits< SPSExecutorAddr, jitlink::JITLinkMemoryManager::FinalizedAlloc > Class Reference

FIXME: This specialization should be moved into TargetProcessControlTypes.h (or wherever those types get merged to) once ORC depends on JITLink. More...

#include "llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h"

Static Public Member Functions

static size_t size (const jitlink::JITLinkMemoryManager::FinalizedAlloc &FA)
 
static bool serialize (SPSOutputBuffer &OB, const jitlink::JITLinkMemoryManager::FinalizedAlloc &FA)
 
static bool deserialize (SPSInputBuffer &IB, jitlink::JITLinkMemoryManager::FinalizedAlloc &FA)
 

Detailed Description

FIXME: This specialization should be moved into TargetProcessControlTypes.h (or wherever those types get merged to) once ORC depends on JITLink.

Definition at line 69 of file EPCGenericJITLinkMemoryManager.h.

Member Function Documentation

◆ deserialize()

Definition at line 83 of file EPCGenericJITLinkMemoryManager.h.

References A.

◆ serialize()

◆ size()


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