clang
8.0.0
|
A protected scope for zero-cost EH handling. More...
#include "/work/llvm-www-releases/8.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCleanup.h"
Classes | |
class | CatchBitFields |
class | CleanupBitFields |
class | FilterBitFields |
Public Types | |
enum | Kind { Cleanup, Catch, Terminate, Filter, PadEnd } |
Public Member Functions | |
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 |
Protected Attributes | |
union { | |
CommonBitFields CommonBits | |
CatchBitFields CatchBits | |
CleanupBitFields CleanupBits | |
FilterBitFields FilterBits | |
}; | |
A protected scope for zero-cost EH handling.
Definition at line 44 of file CGCleanup.h.
Enumerator | |
---|---|
Cleanup | |
Catch | |
Terminate | |
Filter | |
PadEnd |
Definition at line 106 of file CGCleanup.h.
|
inline |
Definition at line 108 of file CGCleanup.h.
|
inline |
Definition at line 124 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), emitFilterDispatchBlock(), emitWasmCatchPadBlock(), clang::CodeGen::CodeGenFunction::getEHDispatchBlock(), clang::CodeGen::CodeGenFunction::getFuncletEHDispatchBlock(), and clang::CodeGen::CodeGenFunction::PopCleanupBlock().
|
inline |
Definition at line 116 of file CGCleanup.h.
|
inline |
Definition at line 138 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), clang::CodeGen::EHScopeStack::popCatch(), clang::CodeGen::EHScopeStack::popCleanup(), clang::CodeGen::CodeGenFunction::PopCleanupBlock(), clang::CodeGen::EHScopeStack::popFilter(), and clang::CodeGen::EHScopeStack::popTerminate().
|
inline |
Definition at line 114 of file CGCleanup.h.
Referenced by clang::CodeGen::EHCatchScope::classof(), clang::CodeGen::EHCleanupScope::classof(), clang::CodeGen::EHFilterScope::classof(), clang::CodeGen::EHTerminateScope::classof(), clang::CodeGen::EHPadEndScope::classof(), clang::CodeGen::CodeGenFunction::getEHDispatchBlock(), and clang::CodeGen::CodeGenFunction::getFuncletEHDispatchBlock().
|
inline |
Definition at line 132 of file CGCleanup.h.
Referenced by IsUsedAsEHCleanup(), clang::CodeGen::CodeGenFunction::popCatchScope(), and clang::CodeGen::CodeGenFunction::PopCleanupBlock().
|
inline |
Definition at line 128 of file CGCleanup.h.
Referenced by clang::CodeGen::CodeGenFunction::getEHDispatchBlock().
|
inline |
Definition at line 120 of file CGCleanup.h.
union { ... } |
CatchBitFields clang::CodeGen::EHScope::CatchBits |
Definition at line 100 of file CGCleanup.h.
CleanupBitFields clang::CodeGen::EHScope::CleanupBits |
Definition at line 101 of file CGCleanup.h.
CommonBitFields clang::CodeGen::EHScope::CommonBits |
Definition at line 99 of file CGCleanup.h.
FilterBitFields clang::CodeGen::EHScope::FilterBits |
Definition at line 102 of file CGCleanup.h.