Home
last modified time | relevance | path

Searched refs:getAsyncContextProjectionFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp679 checkAsyncContextProjectFunction(this, getAsyncContextProjectionFunction()); in checkWellFormed()
H A DCoroSplit.cpp762 ActiveAsyncSuspend->getAsyncContextProjectionFunction(); in deriveNewFramePointer()
1754 Suspend->getAsyncContextProjectionFunction()->getName(); in splitCoroutine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h579 Function *getAsyncContextProjectionFunction() const { in getAsyncContextProjectionFunction() function