Home
last modified time | relevance | path

Searched refs:ResumePrototype (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h118 Function *ResumePrototype; member
188 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
215 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
226 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp332 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
H A DCoroSplit.cpp976 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()