Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.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()
DCoroutines.cpp384 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
DCoroSplit.cpp693 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()