clang  3.7.0
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::JumpDest Struct Reference

#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)
 

Detailed Description

A jump destination is an abstract label, branching to which may require a jump out through normal cleanups.

Definition at line 107 of file CodeGenFunction.h.

Constructor & Destructor Documentation

clang::CodeGen::CodeGenFunction::JumpDest::JumpDest ( )
inline

Definition at line 108 of file CodeGenFunction.h.

clang::CodeGen::CodeGenFunction::JumpDest::JumpDest ( llvm::BasicBlock *  Block,
EHScopeStack::stable_iterator  Depth,
unsigned  Index 
)
inline

Definition at line 109 of file CodeGenFunction.h.

Member Function Documentation

llvm::BasicBlock* clang::CodeGen::CodeGenFunction::JumpDest::getBlock ( ) const
inline
unsigned clang::CodeGen::CodeGenFunction::JumpDest::getDestIndex ( ) const
inline
EHScopeStack::stable_iterator clang::CodeGen::CodeGenFunction::JumpDest::getScopeDepth ( ) const
inline
bool clang::CodeGen::CodeGenFunction::JumpDest::isValid ( ) const
inline
void clang::CodeGen::CodeGenFunction::JumpDest::setScopeDepth ( EHScopeStack::stable_iterator  depth)
inline

Definition at line 120 of file CodeGenFunction.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitLabel().


The documentation for this struct was generated from the following file: