LLVM 24.0.0git
llvm::jitlink::JITLinkDylib Class Reference

Represents a JITDylib as seen by JITLink. More...

#include "llvm/ExecutionEngine/JITLink/JITLinkDylib.h"

Inheritance diagram for llvm::jitlink::JITLinkDylib:
[legend]

Public Member Functions

 JITLinkDylib (std::string Name)
 ~JITLinkDylib ()
const std::string & getName () const
 Get the name for this JITLinkDylib.
void notifyOnDestruction (JITLinkMemoryManager &MemMgr)
 Register a JITLinkMemoryManager to be notified when this JITLinkDylib is destroyed.

Detailed Description

Represents a JITDylib as seen by JITLink.

Definition at line 26 of file JITLinkDylib.h.

Constructor & Destructor Documentation

◆ JITLinkDylib()

llvm::jitlink::JITLinkDylib::JITLinkDylib ( std::string Name)
inline

Definition at line 28 of file JITLinkDylib.h.

References llvm::move().

◆ ~JITLinkDylib()

llvm::jitlink::JITLinkDylib::~JITLinkDylib ( )

Definition at line 14 of file JITLinkDylib.cpp.

Member Function Documentation

◆ getName()

const std::string & llvm::jitlink::JITLinkDylib::getName ( ) const
inline

◆ notifyOnDestruction()

void llvm::jitlink::JITLinkDylib::notifyOnDestruction ( JITLinkMemoryManager & MemMgr)
inline

Register a JITLinkMemoryManager to be notified when this JITLinkDylib is destroyed.

Definition at line 37 of file JITLinkDylib.h.


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