Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h109 std::function<void()> Continuation; in completeTask() local
117 Continuation = std::move(Tasks.front()); in completeTask()
120 Scheduler.async(std::move(Continuation)); in completeTask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
164 reinterpret_cast<ContinuationRecord *>(Continuation.data()); in createSegmentRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp95 Continuation, enumerator
147 case Kind::Continuation: in isSwitchDestroyFunction()
1518 Value *Continuation) { in replaceAsyncResumeFunction() argument
1524 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()
1615 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local
1620 Clones.push_back(Continuation); in splitAsyncCoroutine()
1649 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()
1719 auto Continuation = in splitRetconCoroutine() local
1721 Clones.push_back(Continuation); in splitRetconCoroutine()
1742 ReturnPHIs.push_back(Builder.CreatePHI(Continuation->getType(), in splitRetconCoroutine()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1596 template <typename Continuation>
1598 createLookupContinuation(Continuation Cont) { in createLookupContinuation()
1602 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()
1606 Continuation C; in createLookupContinuation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5102 HelpText<"Emit Windows EH Continuation Guard tables">,
6141 "Enable EH Continuation Guard with /guard:ehcont">;