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

References

lib/MC/MCCodeView.cpp
  300                 MCCVLines[Idx].getLabel(),
  370       OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4);
  484   const MCSection *FirstSec = &Locs.front().getLabel()->getSection();
  486     if (&Loc.getLabel()->getSection() != FirstSec) {
  535           unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
  538           LastLabel = Loc.getLabel();
  565     unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
  587     LastLabel = Loc.getLabel();
  600     if (&Loc.getLabel()->getSection() == &LastLabel->getSection())
  601       LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel());