Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h48 class IncomingWFRHandler {
51 IncomingWFRHandler() = default;
55 template <typename FnT> IncomingWFRHandler(FnT &&Fn) in IncomingWFRHandler() function
70 IncomingWFRHandler operator()(FnT &&Fn) { in operator()
71 return IncomingWFRHandler(std::forward<FnT>(Fn)); in operator()
85 IncomingWFRHandler operator()(FnT &&Fn) { in operator()
86 return IncomingWFRHandler( in operator()
225 IncomingWFRHandler OnComplete,
H A DSimpleRemoteEPC.h82 IncomingWFRHandler OnComplete,
127 DenseMap<uint64_t, IncomingWFRHandler>;
H A DSelfExecutorProcessControl.h51 IncomingWFRHandler OnComplete,
H A DCore.h1603 ExecutorProcessControl::IncomingWFRHandler OnComplete, in callWrapperAsync()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp90 IncomingWFRHandler OnComplete, in callWrapperAsync()
102 IncomingWFRHandler H; in callWrapperAsync()
403 IncomingWFRHandler SendResult; in handleResult()
H A DSelfExecutorProcessControl.cpp136 IncomingWFRHandler SendResult, in callWrapperAsync()