Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h128 CallingConv::ID AsyncCC; member
228 return AsyncLowering.AsyncCC; in getResumeFunctionCC()
H A DCoroutines.cpp321 this->AsyncLowering.AsyncCC = F.getCallingConv(); in buildFrom()