Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DVMRange.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 >=()
/external/lldb/scripts/Python/interface/
DSBLineEntry.i54 GetEndAddress () const;
99 __swig_getmethods__["end_addr"] = GetEndAddress
100 …if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an…
DSBFunction.i75 GetEndAddress ();
102 __swig_getmethods__["end_addr"] = GetEndAddress
103 …if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an…
DSBSymbol.i48 GetEndAddress ();
87 __swig_getmethods__["end_addr"] = GetEndAddress
88 …if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an…
/external/lldb/include/lldb/Core/
DVMRange.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()
/external/lldb/test/python_api/default-constructor/
Dsb_lineentry.py10 obj.GetEndAddress()
Dsb_symbol.py13 obj.GetEndAddress()
Dsb_function.py13 ea = obj.GetEndAddress()
/external/lldb/include/lldb/API/
DSBFunction.h51 GetEndAddress ();
DSBSymbol.h53 GetEndAddress ();
DSBLineEntry.h36 GetEndAddress () const;
/external/lldb/source/API/
DSBSymbol.cpp177 SBSymbol::GetEndAddress () in GetEndAddress() function in SBSymbol
DSBFunction.cpp178 SBFunction::GetEndAddress () in GetEndAddress() function in SBFunction
DSBLineEntry.cpp89 SBLineEntry::GetEndAddress () const in GetEndAddress() function in SBLineEntry
/external/lldb/examples/functions/
Dmain.cpp239 addr_t hi_pc = function.GetEndAddress().GetFileAddress(); in main()
/external/lldb/utils/test/
Dlldb-disasm.py159 print "end address:", s.GetEndAddress()
/external/lldb/test/python_api/thread/
DTestThreadAPI.py269 end_addr = lineEntry.GetEndAddress().GetLoadAddress(target)
/external/v8/src/heap/
Dspaces.h1460 FreeListNode** GetEndAddress() { return &end_; } in GetEndAddress() function
/external/lldb/www/python_reference/
Dapi-objects.txt3027 lldb.SBFunction.GetEndAddress lldb.SBFunction-class.html#GetEndAddress
3185 lldb.SBLineEntry.GetEndAddress lldb.SBLineEntry-class.html#GetEndAddress
3563 lldb.SBSymbol.GetEndAddress lldb.SBSymbol-class.html#GetEndAddress