Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h142 Function *ResumePrototype; member
213 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
240 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
251 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp414 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
H A DCoroSplit.cpp904 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()