Searched refs:CatchObj (Results 1 – 6 of 6) sorted by relevance
713 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()
174 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()176 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
67 } CatchObj = {}; member
121 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()123 &H.CatchObj.FrameIndex); in set()125 H.CatchObj.FrameIndex = INT_MAX; in set()
858 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()859 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
4171 int FrameIndex = H.CatchObj.FrameIndex; in adjustFrameForMsvcCxxEh()