Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp713 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in collectMarkers()
714 H.CatchObj.FrameIndex >= 0) in collectMarkers()
715 ConservativeSlots.set(H.CatchObj.FrameIndex); in collectMarkers()
1111 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in remapInstructions()
1112 SlotRemap.count(H.CatchObj.FrameIndex)) in remapInstructions()
1113 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; in remapInstructions()
H A DWinEHPrepare.cpp174 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
176 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h67 } CatchObj = {}; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp121 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()
123 &H.CatchObj.FrameIndex); in set()
125 H.CatchObj.FrameIndex = INT_MAX; in set()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp858 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
859 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4171 int FrameIndex = H.CatchObj.FrameIndex; in adjustFrameForMsvcCxxEh()