Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp96 Continuation, enumerator
148 case Kind::Continuation: in isSwitchDestroyFunction()
1721 Value *Continuation) { in replaceAsyncResumeFunction() argument
1727 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()
1817 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local
1822 Clones.push_back(Continuation); in splitAsyncCoroutine()
1851 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()
1919 auto Continuation = in splitRetconCoroutine() local
1921 Clones.push_back(Continuation); in splitRetconCoroutine()
1942 ReturnPHIs.push_back(Builder.CreatePHI(Continuation->getType(), in splitRetconCoroutine()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1773 template <typename Continuation>
1775 createLookupContinuation(Continuation Cont) { in createLookupContinuation()
1779 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()
1783 Continuation C; in createLookupContinuation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7074 HelpText<"Emit Windows EH Continuation Guard tables">,
8233 "Enable EH Continuation Guard with /guard:ehcont">;