LLVM 24.0.0git
llvm::orc::rt::ProxyInit< FnT > Struct Template Reference

#include "llvm/ExecutionEngine/Orc/RTBridge/Proxy.h"

Public Attributes

Proxy< FnT > * P = nullptr
Proxy< FnT >::DispatchFn Dispatch = nullptr
StringRef Name
SymbolLookupFlags LookupFlags = SymbolLookupFlags::RequiredSymbol

Detailed Description

template<typename FnT>
struct llvm::orc::rt::ProxyInit< FnT >

Definition at line 159 of file Proxy.h.

Member Data Documentation

◆ Dispatch

template<typename FnT>
Proxy<FnT>::DispatchFn llvm::orc::rt::ProxyInit< FnT >::Dispatch = nullptr

Definition at line 161 of file Proxy.h.

Referenced by llvm::orc::rt::buildProxies().

◆ LookupFlags

Definition at line 163 of file Proxy.h.

Referenced by llvm::orc::rt::buildProxies().

◆ Name

template<typename FnT>
StringRef llvm::orc::rt::ProxyInit< FnT >::Name

Definition at line 162 of file Proxy.h.

Referenced by llvm::orc::rt::buildProxies().

◆ P

template<typename FnT>
Proxy<FnT>* llvm::orc::rt::ProxyInit< FnT >::P = nullptr

Definition at line 160 of file Proxy.h.

Referenced by llvm::orc::rt::buildProxies().


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