Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h129 CallingConv::ID AsyncCC; member
229 return AsyncLowering.AsyncCC; in getResumeFunctionCC()
H A DCoroutines.cpp327 this->AsyncLowering.AsyncCC = F.getCallingConv(); in buildFrom()