reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
838 if (HT.CatchObj.FrameIndex != INT_MAX) { 839 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
119 &H.CatchObj.FrameIndex); 121 H.CatchObj.FrameIndex = INT_MAX;lib/CodeGen/StackColoring.cpp
1068 if (H.CatchObj.FrameIndex != std::numeric_limits<int>::max() && 1069 SlotRemap.count(H.CatchObj.FrameIndex)) 1070 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; 1070 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex];lib/Target/X86/X86FrameLowering.cpp
3196 int FrameIndex = H.CatchObj.FrameIndex;