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)
  518   if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile())
  518   if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile())
  522   PrevInstLoc = DL;
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  274   PrevInstLoc = DebugLoc();
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1657   if (DL == PrevInstLoc) {
 1693       if (PrevInstLoc) {
 1694         Scope = PrevInstLoc.getScope();
 1695         Column = PrevInstLoc.getCol();
 1714   unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine;
 1714   unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine;
 1723     PrevInstLoc = DL;
lib/Target/BPF/BTFDebug.cpp
 1029   if (!DL || PrevInstLoc == DL) {
 1051   PrevInstLoc = DL;