LLVM 24.0.0git
llvm::orc::rt::sps_ci::DlfcnOpen Struct Reference

Open a JITDylib by name with the given dlopen-style mode flags; returns its dso handle. More...

#include "llvm/ExecutionEngine/Orc/Shared/SPSCI/DlfcnSPSCI.h"

Public Types

using SPSSig = shared::SPSExecutorAddr(shared::SPSString, int32_t)

Static Public Attributes

static constexpr SymbolNameSpec Name

Detailed Description

Open a JITDylib by name with the given dlopen-style mode flags; returns its dso handle.

Definition at line 27 of file DlfcnSPSCI.h.

Member Typedef Documentation

◆ SPSSig

Member Data Documentation

◆ Name

SymbolNameSpec llvm::orc::rt::sps_ci::DlfcnOpen::Name
staticconstexpr
Initial value:
=
SymbolNameSpec::verbatim("__orc_rt_jit_dlopen_wrapper")
static constexpr SymbolNameSpec verbatim(StringRef Name)

Definition at line 28 of file DlfcnSPSCI.h.


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