Searched refs:GetEndAddress (Results 1 – 13 of 13) sorted by relevance
38 DumpAddressRange(s, offset + GetBaseAddress(), offset + GetEndAddress(), in Dump()44 lhs.GetEndAddress() == rhs.GetEndAddress(); in operator ==()56 return lhs.GetEndAddress() < rhs.GetEndAddress(); in operator <()
65 lldb::addr_t GetEndAddress() const { return GetBaseAddress() + m_byte_size; } in GetEndAddress() function70 return (GetBaseAddress() <= addr) && (addr < GetEndAddress()); in Contains()75 lldb::addr_t range_end = range.GetEndAddress(); in Contains()76 return (GetBaseAddress() <= range_end) && (range_end <= GetEndAddress()); in Contains()
20 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this line entry.''')
15 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''')
21 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this symbol.''')
9 symEA = symbol.GetEndAddress().GetFileAddress()
58 SBAddress GetEndAddress();
46 lldb::SBAddress GetEndAddress();
30 lldb::SBAddress GetEndAddress() const;
151 SBAddress SBSymbol::GetEndAddress() { in GetEndAddress() function in SBSymbol
59 SBAddress SBLineEntry::GetEndAddress() const { in GetEndAddress() function in SBLineEntry
150 SBAddress SBFunction::GetEndAddress() { in GetEndAddress() function in SBFunction
32545 result = (arg1)->GetEndAddress(); in _wrap_SBFunction_GetEndAddress()36366 result = ((lldb::SBLineEntry const *)arg1)->GetEndAddress(); in _wrap_SBLineEntry_GetEndAddress()52786 result = (arg1)->GetEndAddress(); in _wrap_SBSymbol_GetEndAddress()