clang
3.9.0
|
#include <CGCleanup.h>
Public Member Functions | |
EHPadEndScope (EHScopeStack::stable_iterator enclosingEHScope) | |
![]() | |
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 | getSize () |
static bool | classof (const EHScope *scope) |
Additional Inherited Members | |
![]() | |
enum | Kind { Cleanup, Catch, Terminate, Filter, PadEnd } |
![]() | |
union { | |
CommonBitFields CommonBits | |
CatchBitFields CatchBits | |
CleanupBitFields CleanupBits | |
FilterBitFields FilterBits | |
}; | |
Definition at line 492 of file CGCleanup.h.
|
inline |
Definition at line 494 of file CGCleanup.h.
Referenced by getSize().
Definition at line 498 of file CGCleanup.h.
References clang::CodeGen::EHScope::getKind(), and clang::CodeGen::EHScope::PadEnd.
|
inlinestatic |
Definition at line 496 of file CGCleanup.h.
References EHPadEndScope().
Referenced by clang::CodeGen::EHScopeStack::iterator::operator++().