clang 20.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 264 of file CodeGenFunction.h.
|
inline |
Definition at line 265 of file CodeGenFunction.h.
|
inline |
Definition at line 266 of file CodeGenFunction.h.
References Block.
|
inline |
Definition at line 271 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt().
|
inline |
Definition at line 273 of file CodeGenFunction.h.
|
inline |
Definition at line 272 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::LexicalScope::rescopeLabels().
|
inline |
Definition at line 270 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt().
|
inline |
Definition at line 276 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::LexicalScope::rescopeLabels().