Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroInternal.h121 Function *ResumePrototype; member
167 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
190 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
201 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
HDCoroutines.cpp384 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
HDCoroSplit.cpp693 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()