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

Open the dylib at the given path with the given mode flags; returns a handle to it. More...

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

Public Types

using SPSSig

Static Public Attributes

static constexpr SymbolNameSpec Name

Detailed Description

Open the dylib at the given path with the given mode flags; returns a handle to it.

Definition at line 36 of file NativeDylibManagerSPSCI.h.

Member Typedef Documentation

◆ SPSSig

Initial value:
unsigned uint64_t
SPS tag type for expecteds, which are either a T or a string representing an error.
SPSSequence< char > SPSString
SPS tag type for strings, which are equivalent to sequences of chars.

Definition at line 39 of file NativeDylibManagerSPSCI.h.

Member Data Documentation

◆ Name

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

Definition at line 37 of file NativeDylibManagerSPSCI.h.

Referenced by llvm::orc::rt_bootstrap::SimpleExecutorDylibManager::addBootstrapSymbols().


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