Home
last modified time | relevance | path

Searched refs:appendCallAsyncWithSeq (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h402 appendCallAsyncWithSeq(ChannelT &C, const ArgTs &... Args) { in appendCallAsyncWithSeq() function
422 auto Result = appendCallAsyncWithSeq<Func>(C, Args...); in callAsyncWithSeq()
438 auto ResAndSeqOrErr = appendCallAsyncWithSeq<Func>(C, Args...); in appendCallAsync()