Home
last modified time | relevance | path

Searched refs:getResumeFunctionCC (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h219 CallingConv::ID getResumeFunctionCC() const { in getResumeFunctionCC() function
H A DCoroSplit.cpp1010 NewF->setCallingConv(Shape.getResumeFunctionCC()); in create()