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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  261             hi_pc += lo_pc;
  273             hi_pc = form_value.Address();
  275             hi_pc = form_value.Unsigned();
  277               do_offset = hi_pc != LLDB_INVALID_ADDRESS;
  279               hi_pc += lo_pc; // DWARF 4 introduces <offset-from-lo-pc> to save
  372       if (hi_pc != LLDB_INVALID_ADDRESS && hi_pc > lo_pc)
  372       if (hi_pc != LLDB_INVALID_ADDRESS && hi_pc > lo_pc)
  373         ranges.Append(DWARFRangeList::Entry(lo_pc, hi_pc - lo_pc));