clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCXXABI.h"
Public Member Functions | |
CatchRetScope (llvm::CatchPadInst *CPI) | |
void | Emit (CodeGenFunction &CGF, Flags flags) override |
Emit the cleanup. | |
Public Member Functions inherited from clang::CodeGen::EHScopeStack::Cleanup | |
Cleanup (const Cleanup &)=default | |
Cleanup (Cleanup &&) | |
Cleanup & | operator= (const Cleanup &)=delete |
Cleanup & | operator= (Cleanup &&)=delete |
Cleanup ()=default | |
virtual bool | isRedundantBeforeReturn () |
virtual void | Emit (CodeGenFunction &CGF, Flags flags)=0 |
Emit the cleanup. | |
Public Attributes | |
llvm::CatchPadInst * | CPI |
Additional Inherited Members | |
Protected Member Functions inherited from clang::CodeGen::EHScopeStack::Cleanup | |
~Cleanup ()=default | |
Definition at line 671 of file CGCXXABI.h.
|
inline |
Definition at line 674 of file CGCXXABI.h.
|
inlineoverridevirtual |
Emit the cleanup.
For normal cleanups, this is run in the same EH context as when the cleanup was pushed, i.e. the immediately-enclosing context of the cleanup scope. For EH cleanups, this is run in a terminate context.
Implements clang::CodeGen::EHScopeStack::Cleanup.
Definition at line 676 of file CGCXXABI.h.
References clang::CodeGen::CodeGenFunction::Builder, CPI, clang::CodeGen::CodeGenFunction::createBasicBlock(), and clang::CodeGen::CodeGenFunction::EmitBlock().
llvm::CatchPadInst* clang::CodeGen::CatchRetScope::CPI |
Definition at line 672 of file CGCXXABI.h.
Referenced by Emit().