clang 17.0.0git
|
A jump destination is an abstract label, branching to which may require a jump out through normal cleanups. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
JumpDest () | |
JumpDest (llvm::BasicBlock *Block, EHScopeStack::stable_iterator Depth, unsigned Index) | |
bool | isValid () const |
llvm::BasicBlock * | getBlock () const |
EHScopeStack::stable_iterator | getScopeDepth () const |
unsigned | getDestIndex () const |
void | setScopeDepth (EHScopeStack::stable_iterator depth) |
A jump destination is an abstract label, branching to which may require a jump out through normal cleanups.
Definition at line 240 of file CodeGenFunction.h.
|
inline |
Definition at line 241 of file CodeGenFunction.h.
|
inline |
Definition at line 242 of file CodeGenFunction.h.
References clang::Block.
|
inline |
Definition at line 247 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt().
|
inline |
Definition at line 249 of file CodeGenFunction.h.
|
inline |
Definition at line 248 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::LexicalScope::rescopeLabels().
|
inline |
Definition at line 246 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt().
|
inline |
Definition at line 252 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::LexicalScope::rescopeLabels().