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

References

lib/MC/MCCodeView.cpp
  521     if (Loc.getFunctionId() == Frag.SiteFuncId) {
  522       CurSourceLoc.File = Loc.getFileNum();
  523       CurSourceLoc.Line = Loc.getLine();
  525       auto I = SiteInfo->InlinedAtMap.find(Loc.getFunctionId());
  535           unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
  538           LastLabel = Loc.getLabel();
  565     unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel());
  587     LastLabel = Loc.getLabel();