Home
last modified time | relevance | path

Searched refs:CxxUnwindMap (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWinEHFuncInfo.h96 SmallVector<CxxUnwindMapEntry, 4> CxxUnwindMap; member
103 int getLastStateNumber() const { return CxxUnwindMap.size() - 1; } in getLastStateNumber()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDWinException.cpp700 if (!FuncInfo.CxxUnwindMap.empty()) in emitCXXFrameHandler3Table()
738 OS.emitInt32(FuncInfo.CxxUnwindMap.size()); in emitCXXFrameHandler3Table()
777 for (const CxxUnwindMapEntry &UME : FuncInfo.CxxUnwindMap) { in emitCXXFrameHandler3Table()
814 assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) && in emitCXXFrameHandler3Table()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDWinEHPrepare.cpp151 FuncInfo.CxxUnwindMap.push_back(UME); in addUnwindMapEntry()
265 State = EHInfo.CxxUnwindMap[State].ToState; // Retrive next State in calculateCXXStateForAsynchEH()
280 State = EHInfo.CxxUnwindMap[State].ToState; in calculateCXXStateForAsynchEH()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp313 for (CxxUnwindMapEntry &UME : EHInfo.CxxUnwindMap) in set()