|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/RTBridge/Proxy.h"
Public Attributes | |
| Proxy< FnT > * | P = nullptr |
| Proxy< FnT >::DispatchFn | Dispatch = nullptr |
| StringRef | Name |
| SymbolLookupFlags | LookupFlags = SymbolLookupFlags::RequiredSymbol |
| Proxy<FnT>::DispatchFn llvm::orc::rt::ProxyInit< FnT >::Dispatch = nullptr |
Definition at line 161 of file Proxy.h.
Referenced by llvm::orc::rt::buildProxies().
| SymbolLookupFlags llvm::orc::rt::ProxyInit< FnT >::LookupFlags = SymbolLookupFlags::RequiredSymbol |
Definition at line 163 of file Proxy.h.
Referenced by llvm::orc::rt::buildProxies().
| StringRef llvm::orc::rt::ProxyInit< FnT >::Name |
Definition at line 162 of file Proxy.h.
Referenced by llvm::orc::rt::buildProxies().
| Proxy<FnT>* llvm::orc::rt::ProxyInit< FnT >::P = nullptr |
Definition at line 160 of file Proxy.h.
Referenced by llvm::orc::rt::buildProxies().