Searched refs:CatchObj (Results 1 – 6 of 6) sorted by relevance
67 } CatchObj = {}; member
1090 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()
159 HT.CatchObj.Alloca = AI; in addTryBlockMapEntry()161 HT.CatchObj.Alloca = nullptr; in addTryBlockMapEntry()
117 if (const AllocaInst *AI = H.CatchObj.Alloca) in set()119 &H.CatchObj.FrameIndex); in set()121 H.CatchObj.FrameIndex = INT_MAX; in set()
838 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()839 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
3192 int FrameIndex = H.CatchObj.FrameIndex; in processFunctionBeforeFrameFinalized()