Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackColoring.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()
HDWinEHPrepare.cpp159 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
161 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWinEHFuncInfo.h67 } CatchObj = {}; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp117 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()
119 &H.CatchObj.FrameIndex); in set()
121 H.CatchObj.FrameIndex = INT_MAX; in set()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDWinException.cpp838 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
839 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FrameLowering.cpp3192 int FrameIndex = H.CatchObj.FrameIndex; in processFunctionBeforeFrameFinalized()