clang 22.0.0git
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/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/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 256 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ JumpDest() [1/2]

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

Definition at line 257 of file CodeGenFunction.h.

References clang::nullptr.

◆ JumpDest() [2/2]

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

Definition at line 258 of file CodeGenFunction.h.

Member Function Documentation

◆ getBlock()

◆ getDestIndex()

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

◆ getScopeDepth()

◆ 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: