Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h141 CallingConv::ID AsyncCC; member
239 return AsyncLowering.AsyncCC; in getResumeFunctionCC()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp319 AsyncLowering.AsyncCC = F.getCallingConv(); in analyze()