Home
last modified time | relevance | path

Searched refs:GetEndAddress (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDVMRange.cpp58 s->AddressRange(offset + GetBaseAddress(), offset + GetEndAddress(), addr_width); in Dump()
64 … return lhs.GetBaseAddress() == rhs.GetBaseAddress() && lhs.GetEndAddress() == rhs.GetEndAddress(); in operator ==()
70 … return lhs.GetBaseAddress() != rhs.GetBaseAddress() || lhs.GetEndAddress() != rhs.GetEndAddress(); in operator !=()
80 return lhs.GetEndAddress() < rhs.GetEndAddress(); in operator <()
90 return lhs.GetEndAddress() <= rhs.GetEndAddress(); in operator <=()
100 return lhs.GetEndAddress() > rhs.GetEndAddress(); in operator >()
110 return lhs.GetEndAddress() >= rhs.GetEndAddress(); in operator >=()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDVMRange.h97 GetEndAddress () const in GetEndAddress() function
111 return (GetBaseAddress() <= addr) && (addr < GetEndAddress()); in Contains()
119 lldb::addr_t range_end = range.GetEndAddress(); in Contains()
120 return (GetBaseAddress() <= range_end) && (range_end <= GetEndAddress()); in Contains()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFunction.h51 GetEndAddress ();
HDSBSymbol.h53 GetEndAddress ();
HDSBLineEntry.h36 GetEndAddress () const;
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFunction.cpp180 SBFunction::GetEndAddress () in GetEndAddress() function in SBFunction
HDSBSymbol.cpp179 SBSymbol::GetEndAddress () in GetEndAddress() function in SBSymbol
HDSBLineEntry.cpp89 SBLineEntry::GetEndAddress () const in GetEndAddress() function in SBLineEntry