Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h134 CallingConv::ID AsyncCC; member
235 return AsyncLowering.AsyncCC; in getResumeFunctionCC()
H A DCoroutines.cpp323 this->AsyncLowering.AsyncCC = F.getCallingConv(); in buildFrom()