|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/Proxy.h"
Public Member Functions | |
| ProxyBase ()=default | |
| ProxyBase (ExecutorAddr CalleeAddr) | |
| const ExecutorAddr & | calleeAddr () const |
| Returns the address of the callee in the executor. | |
| operator bool () const | |
| Evaluates to true if the callee is non-null. | |
|
default |
Referenced by llvm::orc::Proxy< RetT(ArgTs...)>::Proxy().
|
inline |
|
inline |
Returns the address of the callee in the executor.
Definition at line 42 of file Proxy.h.
Referenced by llvm::orc::Proxy< RetT(ArgTs...)>::operator()().
|
inlineexplicit |