Searched refs:callSTHandling (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 606 return callSTHandling<CallIntVoid>(Channel, Listen, Addr); in callIntVoid() 619 return callSTHandling<CallMain>(Channel, Listen, Addr, Args); in callMain() 631 return callSTHandling<CallVoidVoid>(Channel, Listen, Addr); in callVoidVoid()
|
D | RPCUtils.h | 458 callSTHandling(ChannelT &C, HandleFtor &HandleOther, const ArgTs &... Args) { in callSTHandling() function 471 return callSTHandling<Func>(C, handleNone, Args...); in callST()
|
D | OrcRemoteTargetServer.h | 126 return callSTHandling<RequestCompile>(Channel, Listen, TrampolineAddr); in requestCompile()
|