clang
13.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 243 of file CodeGenFunction.h.
|
inline |
Definition at line 244 of file CodeGenFunction.h.
|
inline |
Definition at line 245 of file CodeGenFunction.h.
References clang::Block.
|
inline |
Definition at line 251 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel(), clang::CodeGen::CodeGenFunction::EmitOMPLoopBody(), clang::CodeGen::CodeGenFunction::EmitReturnBlock(), clang::CodeGen::CodeGenFunction::EmitReturnValueCheck(), clang::CodeGen::CodeGenFunction::FinishFunction(), and clang::CodeGen::CodeGenFunction::GetAddrOfLabel().
|
inline |
Definition at line 253 of file CodeGenFunction.h.
|
inline |
Definition at line 252 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchThroughCleanup(), clang::CodeGen::CodeGenFunction::EmitLabel(), clang::CodeGen::CodeGenFunction::isObviouslyBranchWithoutCleanups(), and clang::CodeGen::CodeGenFunction::LexicalScope::rescopeLabels().
|
inline |
|
inline |
Definition at line 256 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel(), and clang::CodeGen::CodeGenFunction::LexicalScope::rescopeLabels().