Home
last modified time | relevance | path

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

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