Searched refs:CatchObj (Results 1 – 7 of 7) sorted by relevance
718 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && in collectMarkers()719 H.CatchObj.FrameIndex >= 0) in collectMarkers()720 ConservativeSlots.set(H.CatchObj.FrameIndex); in collectMarkers()1118 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max()) in remapInstructions()1119 if (auto It = SlotRemap.find(H.CatchObj.FrameIndex); in remapInstructions()1121 H.CatchObj.FrameIndex = It->second; 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()122 CatchObjects[AI].push_back(&H.CatchObj.FrameIndex); in set()124 H.CatchObj.FrameIndex = INT_MAX; in set()
860 if (HT.CatchObj.FrameIndex != INT_MAX) { in emitCXXFrameHandler3Table()861 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo); in emitCXXFrameHandler3Table()
480 int FrameIndex = H.CatchObj.FrameIndex; in getFixedObjectSize()4781 int FrameIndex = H.CatchObj.FrameIndex; in processFunctionBeforeFrameFinalized()
4243 int FrameIndex = H.CatchObj.FrameIndex; in adjustFrameForMsvcCxxEh()