clang API Documentation

Public Member Functions
clang::CodeGen::CodeGenFunction::JumpDest Struct Reference

#include <CodeGenFunction.h>

List of all members.

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

Detailed Description

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

Definition at line 543 of file CodeGenFunction.h.


Constructor & Destructor Documentation

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

Definition at line 544 of file CodeGenFunction.h.

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

Definition at line 545 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]

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