Lines Matching refs:range
17 : range(), file(), is_start_of_statement(0), is_start_of_basic_block(0), in LineEntry()
26 : range(section_sp, section_offset, byte_size), file(_file), in LineEntry()
34 range.Clear(); in Clear()
47 return range.GetBaseAddress().IsValid() && line != LLDB_INVALID_LINE_NUMBER; in IsValid()
75 if (!range.Dump(s, target, style, fallback_style)) in Dump()
79 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
112 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
115 range.Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
158 int result = Address::CompareFileAddress(a.range.GetBaseAddress(), in Compare()
159 b.range.GetBaseAddress()); in Compare()
163 const lldb::addr_t a_byte_size = a.range.GetByteSize(); in Compare()
164 const lldb::addr_t b_byte_size = b.range.GetByteSize(); in Compare()
196 AddressRange complete_line_range = range; in GetSameLineContiguousAddressRange()
209 next_line_sc.line_entry.range.GetByteSize() == 0) in GetSameLineContiguousAddressRange()
221 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
243 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()