Searched refs:Continuation (Results 1 – 4 of 4) sorted by relevance
162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local164 reinterpret_cast<ContinuationRecord *>(Continuation.data()); in createSegmentRecord()
96 Continuation, enumerator148 case Kind::Continuation: in isSwitchDestroyFunction()1721 Value *Continuation) { in replaceAsyncResumeFunction() argument1727 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()1817 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local1822 Clones.push_back(Continuation); in splitAsyncCoroutine()1851 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()1919 auto Continuation = in splitRetconCoroutine() local1921 Clones.push_back(Continuation); in splitRetconCoroutine()1942 ReturnPHIs.push_back(Builder.CreatePHI(Continuation->getType(), in splitRetconCoroutine()[all …]
1773 template <typename Continuation>1775 createLookupContinuation(Continuation Cont) { in createLookupContinuation()1779 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()1783 Continuation C; in createLookupContinuation()
7074 HelpText<"Emit Windows EH Continuation Guard tables">,8233 "Enable EH Continuation Guard with /guard:ehcont">;