reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/LiveDebugVariables.cpp
  908     if (PrevEnd && I.start() < PrevEnd) {
  909       SlotIndex IStop = I.stop();
  910       DbgValueLocation Loc = I.value();
  914       I.setStopUnchecked(PrevEnd);
  915       ++I;
  920         I.insert(RStart, IStop, Loc);
  924     I.advanceTo(RStart);
  925     if (!I.valid())
  934     I.advanceTo(REnd);
  935     if (!I.valid())
  942   if (PrevEnd && I.start() < PrevEnd)
  943     I.setStopUnchecked(PrevEnd);