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

References

lib/CodeGen/AsmPrinter/EHStreamer.cpp
  208     for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) {
  209       MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
  264       assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
lib/CodeGen/MachineFunction.cpp
  648   LP.BeginLabels.push_back(BeginLabel);
  732       for (unsigned j = 0, e = LandingPads[i].BeginLabels.size(); j != e; ++j) {
  733         MCSymbol *BeginLabel = LandingPad.BeginLabels[j];
  739         LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j);
  739         LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j);
  746       if (LandingPads[i].BeginLabels.empty()) {