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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  258           lo_pc = form_value.Address();
  261             hi_pc += lo_pc;
  266           lo_pc = form_value.Address();
  276             if (lo_pc == LLDB_INVALID_ADDRESS)
  279               hi_pc += lo_pc; // DWARF 4 introduces <offset-from-lo-pc> to save
  351                 if (lo_pc != LLDB_INVALID_ADDRESS) {
  352                   assert(lo_pc >= cu->GetBaseAddress());
  353                   frame_base->SetLocationListSlide(lo_pc -
  371     if (lo_pc != LLDB_INVALID_ADDRESS) {
  372       if (hi_pc != LLDB_INVALID_ADDRESS && hi_pc > lo_pc)
  373         ranges.Append(DWARFRangeList::Entry(lo_pc, hi_pc - lo_pc));
  373         ranges.Append(DWARFRangeList::Entry(lo_pc, hi_pc - lo_pc));
  375         ranges.Append(DWARFRangeList::Entry(lo_pc, 0));