Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h230 CallingConv::ID getResumeFunctionCC() const { in getResumeFunctionCC() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1015 NewF->setCallingConv(Shape.getResumeFunctionCC()); in create()