LLVM 19.0.0git
Public Member Functions | List of all members
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:
Inheritance graph
[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 ()
 
virtual Error initialize (JITDylib &JD)=0
 
virtual Error deinitialize (JITDylib &JD)=0
 

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 614 of file LLJIT.h.

Constructor & Destructor Documentation

◆ ORCPlatformSupport()

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

Definition at line 616 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: