clang
8.0.0
|
A jump destination is an abstract label, branching to which may require a jump out through normal cleanups. More...
#include "/work/www-prereleases/8.0.0/rc3/docsbuild/llvm.src/tools/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 235 of file CodeGenFunction.h.
|
inline |
Definition at line 236 of file CodeGenFunction.h.
|
inline |
Definition at line 237 of file CodeGenFunction.h.
|
inline |
Definition at line 243 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel(), clang::CodeGen::CodeGenFunction::EmitOMPInnerLoop(), clang::CodeGen::CodeGenFunction::EmitOMPLoopBody(), clang::CodeGen::CodeGenFunction::EmitReturnBlock(), clang::CodeGen::CodeGenFunction::FinishFunction(), and clang::CodeGen::CodeGenFunction::GetAddrOfLabel().
|
inline |
Definition at line 245 of file CodeGenFunction.h.
|
inline |
Definition at line 244 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchThroughCleanup(), clang::CodeGen::CodeGenFunction::EmitLabel(), and clang::CodeGen::CodeGenFunction::isObviouslyBranchWithoutCleanups().
|
inline |
Definition at line 242 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel(), and clang::CodeGen::CodeGenFunction::getJumpDestForLabel().
|
inline |
Definition at line 248 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel().