Home
last modified time | relevance | path

Searched refs:CatchObj (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h67 } CatchObj = {}; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp1090 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in remapInstructions()
1091 SlotRemap.count(H.CatchObj.FrameIndex)) in remapInstructions()
1092 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; in remapInstructions()
DWinEHPrepare.cpp159 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
161 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp117 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()
119 &H.CatchObj.FrameIndex); in set()
121 H.CatchObj.FrameIndex = INT_MAX; in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp838 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
839 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp3192 int FrameIndex = H.CatchObj.FrameIndex; in processFunctionBeforeFrameFinalized()