ΒΆvoid calculateWinCXXEHStateNumbers(
    const llvm::Function* ParentFn,
    llvm::WinEHFuncInfo& FuncInfo)

Description

Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which describes the state numbers and tables used by __CxxFrameHandler3. This analysis assumes that WinEHPrepare has already been run.

Declared at: llvm/include/llvm/CodeGen/WinEHFuncInfo.h:118

Parameters

const llvm::Function* ParentFn
llvm::WinEHFuncInfo& FuncInfo