LLVM 19.0.0git
Public Member Functions | List of all members
llvm::jitlink::JITLinkDylib Class Reference

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

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

Public Member Functions

 JITLinkDylib (std::string Name)
 
const std::string & getName () const
 Get the name for this JITLinkDylib.
 

Detailed Description

Definition at line 21 of file JITLinkDylib.h.

Constructor & Destructor Documentation

◆ JITLinkDylib()

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

Definition at line 23 of file JITLinkDylib.h.

Member Function Documentation

◆ getName()

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

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