Lines Matching refs:range
18 : range(), file(), line(LLDB_INVALID_LINE_NUMBER), column(0), in LineEntry()
28 : range(section_sp, section_offset, byte_size), file(_file), in LineEntry()
36 range.Clear(); in Clear()
49 return range.GetBaseAddress().IsValid() && line != LLDB_INVALID_LINE_NUMBER; in IsValid()
77 if (!range.Dump(s, target, style, fallback_style)) in Dump()
81 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
114 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
117 range.Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
160 int result = Address::CompareFileAddress(a.range.GetBaseAddress(), in Compare()
161 b.range.GetBaseAddress()); in Compare()
165 const lldb::addr_t a_byte_size = a.range.GetByteSize(); in Compare()
166 const lldb::addr_t b_byte_size = b.range.GetByteSize(); in Compare()
197 AddressRange complete_line_range = range; in GetSameLineContiguousAddressRange()
207 next_line_sc.line_entry.range.GetByteSize() > 0 && in GetSameLineContiguousAddressRange()
214 next_line_sc.line_entry.range.GetByteSize()); in GetSameLineContiguousAddressRange()
224 next_line_sc.line_entry.range.GetByteSize()); in GetSameLineContiguousAddressRange()