Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h95 SmallVector<CxxUnwindMapEntry, 4> CxxUnwindMap; member
102 int getLastStateNumber() const { return CxxUnwindMap.size() - 1; } in getLastStateNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp685 if (!FuncInfo.CxxUnwindMap.empty()) in emitCXXFrameHandler3Table()
723 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); in emitCXXFrameHandler3Table()
757 for (const CxxUnwindMapEntry &UME : FuncInfo.CxxUnwindMap) { in emitCXXFrameHandler3Table()
794 assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) && in emitCXXFrameHandler3Table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp310 for (CxxUnwindMapEntry &UME : EHInfo.CxxUnwindMap) in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp136 FuncInfo.CxxUnwindMap.push_back(UME); in addUnwindMapEntry()