Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h119 Function *ResumePrototype; member
189 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
216 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
227 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp338 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
H A DCoroSplit.cpp987 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()