clang 20.0.0git
|
A scope which attempts to handle some, possibly all, types of exceptions. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCleanup.h"
Classes | |
struct | Handler |
Public Types | |
typedef const Handler * | iterator |
Public Types inherited from clang::CodeGen::EHScope | |
enum | Kind { Cleanup , Catch , Terminate , Filter } |
Public Member Functions | |
EHCatchScope (unsigned numHandlers, EHScopeStack::stable_iterator enclosingEHScope) | |
unsigned | getNumHandlers () const |
void | setCatchAllHandler (unsigned I, llvm::BasicBlock *Block) |
void | setHandler (unsigned I, llvm::Constant *Type, llvm::BasicBlock *Block) |
void | setHandler (unsigned I, CatchTypeInfo Type, llvm::BasicBlock *Block) |
const Handler & | getHandler (unsigned I) const |
void | clearHandlerBlocks () |
iterator | begin () const |
iterator | end () const |
Public Member Functions inherited from clang::CodeGen::EHScope | |
EHScope (Kind kind, EHScopeStack::stable_iterator enclosingEHScope) | |
Kind | getKind () const |
llvm::BasicBlock * | getCachedLandingPad () const |
void | setCachedLandingPad (llvm::BasicBlock *block) |
llvm::BasicBlock * | getCachedEHDispatchBlock () const |
void | setCachedEHDispatchBlock (llvm::BasicBlock *block) |
bool | hasEHBranches () const |
EHScopeStack::stable_iterator | getEnclosingEHScope () const |
Static Public Member Functions | |
static size_t | getSizeForNumHandlers (unsigned N) |
static bool | classof (const EHScope *Scope) |
Friends | |
class | EHScopeStack |
Additional Inherited Members | |
Protected Attributes inherited from clang::CodeGen::EHScope | |
union { | |
CommonBitFields CommonBits | |
CatchBitFields CatchBits | |
CleanupBitFields CleanupBits | |
FilterBitFields FilterBits | |
}; | |
A scope which attempts to handle some, possibly all, types of exceptions.
Objective C @finally blocks are represented using a cleanup scope after the catch scope.
Definition at line 158 of file CGCleanup.h.
typedef const Handler* clang::CodeGen::EHCatchScope::iterator |
Definition at line 233 of file CGCleanup.h.
|
inline |
Definition at line 192 of file CGCleanup.h.
References clang::CodeGen::EHScope::CatchBits.
|
inline |
Definition at line 234 of file CGCleanup.h.
Definition at line 237 of file CGCleanup.h.
References clang::CodeGen::EHScope::Catch.
|
inline |
Definition at line 228 of file CGCleanup.h.
References clang::CodeGen::EHCatchScope::Handler::Block, getHandler(), and getNumHandlers().
|
inline |
Definition at line 235 of file CGCleanup.h.
References getNumHandlers().
Definition at line 219 of file CGCleanup.h.
References getNumHandlers().
Referenced by clearHandlerBlocks(), emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), and clang::CodeGen::CodeGenFunction::FinallyInfo::exit().
|
inline |
Definition at line 199 of file CGCleanup.h.
References clang::CodeGen::EHScope::CatchBits.
Referenced by clearHandlerBlocks(), emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), end(), getHandler(), clang::CodeGen::EHScopeStack::popCatch(), and setHandler().
Definition at line 188 of file CGCleanup.h.
Referenced by clang::CodeGen::EHScopeStack::iterator::operator++(), clang::CodeGen::EHScopeStack::popCatch(), and clang::CodeGen::EHScopeStack::pushCatch().
|
inline |
Definition at line 203 of file CGCleanup.h.
References clang::Block, and setHandler().
Referenced by clang::CodeGen::CodeGenFunction::FinallyInfo::enter().
|
inline |
Definition at line 213 of file CGCleanup.h.
References clang::Block, clang::CodeGen::EHCatchScope::Handler::Block, getNumHandlers(), clang::CodeGen::EHCatchScope::Handler::Type, and clang::CodeGen::Type.
|
inline |
Definition at line 207 of file CGCleanup.h.
References clang::Block, clang::CodeGen::EHCatchScope::Handler::Block, getNumHandlers(), clang::CodeGen::EHCatchScope::Handler::Type, and clang::CodeGen::Type.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt(), and setCatchAllHandler().
|
friend |
Definition at line 177 of file CGCleanup.h.