Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp96 Continuation, enumerator
132 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner()
151 case Kind::Continuation: in isSwitchDestroyFunction()
1629 Value *Continuation) { in replaceAsyncResumeFunction() argument
1635 auto *Val = Builder.CreateBitOrPointerCast(Continuation, Int8PtrTy); in replaceAsyncResumeFunction()
1729 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine() local
1734 Clones.push_back(Continuation); in splitAsyncCoroutine()
1761 replaceAsyncResumeFunction(Suspend, Continuation); in splitAsyncCoroutine()
1829 auto Continuation = in splitRetconCoroutine() local
1831 Clones.push_back(Continuation); in splitRetconCoroutine()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1784 template <typename Continuation>
1786 createLookupContinuation(Continuation Cont) { in createLookupContinuation()
1790 Impl(Continuation C) : C(std::move(C)) {} in createLookupContinuation()
1794 Continuation C; in createLookupContinuation()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7386 HelpText<"Emit Windows EH Continuation Guard tables">,
8559 "Enable EH Continuation Guard with /guard:ehcont">;