Lines Matching refs:range
17 : range(), file(), is_start_of_statement(0), is_start_of_basic_block(0), in LineEntry()
21 range.Clear(); in Clear()
34 return range.GetBaseAddress().IsValid() && line != LLDB_INVALID_LINE_NUMBER; in IsValid()
62 if (!range.Dump(s, target, style, fallback_style)) in Dump()
66 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
99 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
102 range.Dump(s, target, Address::DumpStyleLoadAddress, in GetDescription()
145 int result = Address::CompareFileAddress(a.range.GetBaseAddress(), in Compare()
146 b.range.GetBaseAddress()); in Compare()
150 const lldb::addr_t a_byte_size = a.range.GetByteSize(); in Compare()
151 const lldb::addr_t b_byte_size = b.range.GetByteSize(); in Compare()
183 AddressRange complete_line_range = range; in GetSameLineContiguousAddressRange()
196 next_line_sc.line_entry.range.GetByteSize() == 0) in GetSameLineContiguousAddressRange()
208 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
230 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()