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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  498   if (!DL || DL == PrevInstLoc)
  498   if (!DL || DL == PrevInstLoc)
  501   const DIScope *Scope = DL.get()->getScope();
  506   LineInfo LI(DL.getLine(), DL.getLine(), /*IsStatement=*/true);
  506   LineInfo LI(DL.getLine(), DL.getLine(), /*IsStatement=*/true);
  507   if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() ||
  511   ColumnInfo CI(DL.getCol(), /*EndColumn=*/0);
  512   if (CI.getStartColumn() != DL.getCol())
  518   if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile())
  521     FileId = CurFn->LastFileId = maybeRecordFile(DL->getFile());
  522   PrevInstLoc = DL;
  525   if (const DILocation *SiteLoc = DL->getInlinedAt()) {
  526     const DILocation *Loc = DL.get();
  546   OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(),
  546   OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(),
  548                         DL->getFilename(), SMLoc());