|
clang
3.8.0
|
A jump destination is an abstract label, branching to which may require a jump out through normal cleanups. More...
#include <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 110 of file CodeGenFunction.h.
|
inline |
Definition at line 111 of file CodeGenFunction.h.
|
inline |
Definition at line 112 of file CodeGenFunction.h.
|
inline |
Definition at line 118 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchThroughCleanup(), clang::CodeGen::CodeGenFunction::EmitCaseStmt(), clang::CodeGen::CodeGenFunction::EmitCXXForRangeStmt(), clang::CodeGen::CodeGenFunction::EmitDoStmt(), clang::CodeGen::CodeGenFunction::EmitForStmt(), clang::CodeGen::CodeGenFunction::EmitLabel(), clang::CodeGen::CodeGenFunction::EmitObjCForCollectionStmt(), clang::CodeGen::CodeGenFunction::EmitReturnBlock(), clang::CodeGen::CodeGenFunction::EmitSEHTryStmt(), clang::CodeGen::CodeGenFunction::EmitSwitchStmt(), clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt(), clang::CodeGen::CodeGenFunction::EmitWhileStmt(), clang::CodeGen::CodeGenFunction::FinishFunction(), and clang::CodeGen::CodeGenFunction::GetAddrOfLabel().
|
inline |
Definition at line 120 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchThroughCleanup().
|
inline |
Definition at line 119 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchThroughCleanup(), clang::CodeGen::CodeGenFunction::EmitLabel(), and clang::CodeGen::CodeGenFunction::isObviouslyBranchWithoutCleanups().
|
inline |
Definition at line 117 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel(), clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt(), and clang::CodeGen::CodeGenFunction::getJumpDestForLabel().
|
inline |
Definition at line 123 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitLabel().
1.8.6