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
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 119 of file CodeGenFunction.h.


Constructor & Destructor Documentation

Definition at line 120 of file CodeGenFunction.h.

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

Definition at line 121 of file CodeGenFunction.h.


Member Function Documentation

llvm::BasicBlock* clang::CodeGen::CodeGenFunction::JumpDest::getBlock ( ) const [inline]

Definition at line 132 of file CodeGenFunction.h.

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


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