LLVM 22.0.0git
llvm::orc::ORCPlatformSupport Class Reference

A Platform-support class that implements initialize / deinitialize by forwarding to ORC runtime dlopen / dlclose operations. More...

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

Inheritance diagram for llvm::orc::ORCPlatformSupport:
[legend]

Public Member Functions

 ORCPlatformSupport (orc::LLJIT &J)
Error initialize (orc::JITDylib &JD) override
Error deinitialize (orc::JITDylib &JD) override
Public Member Functions inherited from llvm::orc::LLJIT::PlatformSupport
virtual ~PlatformSupport ()

Additional Inherited Members

Static Protected Member Functions inherited from llvm::orc::LLJIT::PlatformSupport
static void setInitTransform (LLJIT &J, IRTransformLayer::TransformFunction T)

Detailed Description

A Platform-support class that implements initialize / deinitialize by forwarding to ORC runtime dlopen / dlclose operations.

Definition at line 615 of file LLJIT.h.

Constructor & Destructor Documentation

◆ ORCPlatformSupport()

llvm::orc::ORCPlatformSupport::ORCPlatformSupport ( orc::LLJIT & J)
inline

Definition at line 617 of file LLJIT.h.

Member Function Documentation

◆ deinitialize()

Error llvm::orc::ORCPlatformSupport::deinitialize ( orc::JITDylib & JD)
overridevirtual

◆ initialize()

Error llvm::orc::ORCPlatformSupport::initialize ( orc::JITDylib & JD)
overridevirtual

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