|
LLVM
4.0.0
|
#include <RPCUtils.h>
Public Types | |
| using | Type = RetT(ArgTs...) |
| User defined function type. More... | |
| using | ReturnType = RetT |
| Return type. More... | |
Static Public Member Functions | |
| static const char * | getPrototype () |
| Returns the full function prototype as a string. More... | |
Definition at line 56 of file RPCUtils.h.
| using llvm::orc::rpc::Function< DerivedFunc, RetT(ArgTs...)>::ReturnType = RetT |
Return type.
Definition at line 62 of file RPCUtils.h.
| using llvm::orc::rpc::Function< DerivedFunc, RetT(ArgTs...)>::Type = RetT(ArgTs...) |
User defined function type.
Definition at line 59 of file RPCUtils.h.
|
inlinestatic |
Returns the full function prototype as a string.
Definition at line 65 of file RPCUtils.h.
References getName(), and llvm::Lock.
1.8.6