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.cpp647 struct GetReturnObjectManager { struct
648 CodeGenFunction &CGF;
649 CGBuilderTy &Builder;
650 const CoroutineBodyStmt &S;
652 bool DirectEmit = false;
654 Address GroActiveFlag;
655 CodeGenFunction::AutoVarEmission GroEmission;
657 GetReturnObjectManager(CodeGenFunction &CGF, const CoroutineBodyStmt &S) in GetReturnObjectManager() argument
692 void EmitGroAlloca() { in EmitGroAlloca()
737 void EmitGroInit() { in EmitGroInit()