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

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

#include "/home/runner/work/llvm/llvm/repo/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)
 

Detailed Description

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

Definition at line 266 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ JumpDest() [1/2]

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

Definition at line 267 of file CodeGenFunction.h.

◆ JumpDest() [2/2]

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

Definition at line 268 of file CodeGenFunction.h.

References Block.

Member Function Documentation

◆ getBlock()

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

◆ getDestIndex()

unsigned clang::CodeGen::CodeGenFunction::JumpDest::getDestIndex ( ) const
inline

Definition at line 275 of file CodeGenFunction.h.

◆ getScopeDepth()

EHScopeStack::stable_iterator clang::CodeGen::CodeGenFunction::JumpDest::getScopeDepth ( ) const
inline

◆ isValid()

bool clang::CodeGen::CodeGenFunction::JumpDest::isValid ( ) const
inline

◆ setScopeDepth()

void clang::CodeGen::CodeGenFunction::JumpDest::setScopeDepth ( EHScopeStack::stable_iterator  depth)
inline

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