Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h96 SmallVector<CxxUnwindMapEntry, 4> CxxUnwindMap; member
103 int getLastStateNumber() const { return CxxUnwindMap.size() - 1; } in getLastStateNumber()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.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()
375 // FuncInfo.EHPadStateMap[] and FuncInfo.CxxUnwindMap[] in calculateCXXStateNumbers()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp313 for (CxxUnwindMapEntry &UME : EHInfo.CxxUnwindMap) in set()