LLVM: llvm::jitlink::MachOJITLinker_x86_64 Class Reference (original) (raw)

Inheritance diagram for llvm::jitlink::MachOJITLinker_x86_64:

[legend]

Public Member Functions
MachOJITLinker_x86_64 (std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration PassConfig)
Public Member Functions inherited from llvm::jitlink::JITLinker< MachOJITLinker_x86_64 >
JITLinkerBase (std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration Passes)
Public Member Functions inherited from llvm::jitlink::JITLinkerBase
JITLinkerBase (std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration Passes)
virtual ~JITLinkerBase ()
Friends
class JITLinker< MachOJITLinker_x86_64 >
Additional Inherited Members
Static Public Member Functions inherited from llvm::jitlink::JITLinker< MachOJITLinker_x86_64 >
static void link (ArgTs &&... Args)
Link constructs a LinkerImpl instance and calls linkPhase1.
Protected Types inherited from llvm::jitlink::JITLinkerBase
using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc
using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>
using FinalizeResult = Expected<JITLinkMemoryManager::FinalizedAlloc>
Protected Member Functions inherited from llvm::jitlink::JITLinkerBase
LinkGraph & getGraph ()
bool shouldAddDefaultTargetPasses (const Triple &TT)
PassConfiguration & getPassConfig ()
void linkPhase1 (std::unique_ptr< JITLinkerBase > Self)
void linkPhase2 (std::unique_ptr< JITLinkerBase > Self, AllocResult AR)
void linkPhase3 (std::unique_ptr< JITLinkerBase > Self, Expected< AsyncLookupResult > LookupResult)
void linkPhase4 (std::unique_ptr< JITLinkerBase > Self, FinalizeResult FR)

Detailed Description

Definition at line 475 of file MachO_x86_64.cpp.

Constructor & Destructor Documentation

llvm::jitlink::MachOJITLinker_x86_64::MachOJITLinker_x86_64 ( std::unique_ptr< JITLinkContext > Ctx, std::unique_ptr< LinkGraph > G, PassConfiguration PassConfig ) inline

Definition at line 479 of file MachO_x86_64.cpp.

References llvm::move().

JITLinker< MachOJITLinker_x86_64 >

friend class JITLinker< MachOJITLinker_x86_64 > friend

Definition at line 590 of file MachO_x86_64.cpp.

References llvm::jitlink::x86_64::Delta32, llvm::jitlink::x86_64::Delta64, llvm::orc::MachOEHFrameSectionName, llvm::jitlink::x86_64::NegDelta32, llvm::jitlink::x86_64::Pointer32, llvm::jitlink::x86_64::Pointer64, and llvm::jitlink::x86_64::PointerSize.


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