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

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  229       return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  448   Empty = true;
  484   if (Sequence.Empty) {
  486     Sequence.Empty = false;
  890   if (!State.Sequence.Empty)