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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
   42   m_offset = *offset_ptr;
   59           m_offset, (unsigned)abbr_idx);
  184             *offset_ptr = m_offset;
  404   lldb::offset_t offset = m_offset;
  409     s.Printf("\n0x%8.8x: ", m_offset);
 1234   return m_offset == rhs.m_offset && m_parent_idx == rhs.m_parent_idx &&
 1234   return m_offset == rhs.m_offset && m_parent_idx == rhs.m_parent_idx &&
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
   36   explicit operator bool() const { return m_offset != DW_INVALID_OFFSET; }
  129   dw_offset_t GetOffset() const { return m_offset; }