LLVM 22.0.0git
WinException.cpp File Reference

Go to the source code of this file.

Functions

static MCSymbolgetMCSymbolForMBB (AsmPrinter *Asm, const MachineBasicBlock *MBB)
 Retrieve the MCSymbol for a GlobalValue or MachineBasicBlock.
static int getTryRank (const WinEHFuncInfo &FuncInfo, int State)
static int getTryAncestor (const WinEHFuncInfo &FuncInfo, int Left, int Right)

Function Documentation

◆ getMCSymbolForMBB()

◆ getTryAncestor()

int getTryAncestor ( const WinEHFuncInfo & FuncInfo,
int Left,
int Right )
static

◆ getTryRank()

int getTryRank ( const WinEHFuncInfo & FuncInfo,
int State )
static

Definition at line 1077 of file WinException.cpp.

References llvm::WinEHFuncInfo::ClrEHUnwindMap.

Referenced by getTryAncestor().