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

References

lib/MC/MCCodeView.cpp
  465   std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId);
  468   MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId);
  499   StartLoc.setLabel(Frag.getFnStartSym());
  500   StartLoc.setFileNum(Frag.StartFileId);
  501   StartLoc.setLine(Frag.StartLineNum);
  504   const MCSymbol *LastLabel = Frag.getFnStartSym();
  506   LastSourceLoc.File = Frag.StartFileId;
  507   LastSourceLoc.Line = Frag.StartLineNum;
  509   SmallVectorImpl<char> &Buffer = Frag.getContents();
  521     if (Loc.getFunctionId() == Frag.SiteFuncId) {
  594       computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym());