Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h128 Function *ResumePrototype; member
198 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
225 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
236 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp341 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
H A DCoroSplit.cpp1047 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()