Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h67 } CatchObj = {}; member
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp1139 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in remapInstructions()
1140 SlotRemap.count(H.CatchObj.FrameIndex)) in remapInstructions()
1141 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; in remapInstructions()
H A DWinEHPrepare.cpp160 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()
162 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp114 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()
116 &H.CatchObj.FrameIndex); in set()
118 H.CatchObj.FrameIndex = INT_MAX; in set()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp854 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()
855 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3913 int FrameIndex = H.CatchObj.FrameIndex; in adjustFrameForMsvcCxxEh()