Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp96 Continuation, global() enumerator
1628 replaceAsyncResumeFunction(CoroSuspendAsyncInst * Suspend,Value * Continuation) replaceAsyncResumeFunction() argument
1728 auto *Continuation = createCloneDeclaration( splitAsyncCoroutine() local
1828 auto Continuation = splitRetconCoroutine() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp1321 bool Prescanner::Continuation(bool mightNeedFixedFormSpace) { Continuation() function in Fortran::parser::Prescanner
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp284 static ListContinuationRecord Continuation(TypeIndex(59)); variable