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

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  224       return std::tie(LHS.SectionIndex, LHS.HighPC) <
  225              std::tie(RHS.SectionIndex, RHS.HighPC);
  229       return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
  234              (LowPC <= PC.Address && PC.Address < HighPC);
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  444   HighPC = 0;
  493     Sequence.HighPC = Row.Address.Address;
  953   Sequence.HighPC = Address.Address;
  986   Sequence.HighPC = Address.Address;