Home
last modified time | relevance | path

Searched defs:GetReturnObjectManager (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp646 struct GetReturnObjectManager { struct
647 CodeGenFunction &CGF;
648 CGBuilderTy &Builder;
649 const CoroutineBodyStmt &S;
651 bool DirectEmit = false;
653 Address GroActiveFlag;
654 CodeGenFunction::AutoVarEmission GroEmission;
656 GetReturnObjectManager(CodeGenFunction &CGF, const CoroutineBodyStmt &S) in GetReturnObjectManager() function
691 void EmitGroAlloca() { in EmitGroAlloca()
732 void EmitGroInit() { in EmitGroInit()