LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLinkDylib.h"
Public Member Functions | |
JITLinkDylib (std::string Name) | |
const std::string & | getName () const |
Get the name for this JITLinkDylib. | |
Definition at line 21 of file JITLinkDylib.h.
|
inline |
Definition at line 23 of file JITLinkDylib.h.
|
inline |
Get the name for this JITLinkDylib.
Definition at line 26 of file JITLinkDylib.h.
Referenced by llvm::orc::createHeaderBlock(), llvm::orc::JITDylib::define(), llvm::orc::LLJIT::deinitialize(), llvm::orc::LLJIT::initialize(), llvm::orc::ORCPlatformSupport::initialize(), and llvm::orc::JITDylib::~JITDylib().