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

References

lib/CodeGen/MachineFunction.cpp
  732       for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) {
  732       for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) {
  733         MCSymbol *BeginLabel = LandingPad.BeginLabels[j];
  734         MCSymbol *EndLabel = LandingPad.EndLabels[j];
  739         LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j);
  740         LandingPad.EndLabels.erase(LandingPad.EndLabels.begin() + j);
  741         --j;