Lines Matching refs:dw_offset_t
41 dw_offset_t m_offset = 0;
42 dw_offset_t m_length = 0;
44 dw_offset_t m_abbr_offset = 0;
59 dw_offset_t GetOffset() const { return m_offset; } in GetOffset()
62 dw_offset_t GetLength() const { return m_length; } in GetLength()
63 dw_offset_t GetAbbrOffset() const { return m_abbr_offset; } in GetAbbrOffset()
69 dw_offset_t GetTypeOffset() const { return m_type_offset; } in GetTypeOffset()
133 dw_offset_t GetOffset() const { return m_header.GetOffset(); } in GetOffset()
142 bool ContainsDIEOffset(dw_offset_t die_offset) const { in ContainsDIEOffset()
146 dw_offset_t GetFirstDIEOffset() const { in GetFirstDIEOffset()
149 dw_offset_t GetNextUnitOffset() const { return m_header.GetNextUnitOffset(); } in GetNextUnitOffset()
156 dw_offset_t GetAbbrevOffset() const;
160 dw_offset_t GetLineTableOffset();
166 void SetStrOffsetsBase(dw_offset_t str_offsets_base);
181 DWARFDIE GetDIE(dw_offset_t die_offset);
230 llvm::Expected<DWARFRangeList> FindRnglistFromOffset(dw_offset_t offset);
327 dw_offset_t m_line_table_offset = DW_INVALID_OFFSET;
329 dw_offset_t m_str_offsets_base = 0; // Value of DW_AT_str_offsets_base.