Searched refs:SBAddressRange (Results 1 – 15 of 15) sorted by relevance
24 SBAddressRange::SBAddressRange() in SBAddressRange() function in SBAddressRange29 SBAddressRange::SBAddressRange(const SBAddressRange &rhs) { in SBAddressRange() function in SBAddressRange35 SBAddressRange::SBAddressRange(lldb::SBAddress addr, lldb::addr_t byte_size) in SBAddressRange() function in SBAddressRange40 SBAddressRange::~SBAddressRange() = default;42 const SBAddressRange &SBAddressRange::operator=(const SBAddressRange &rhs) { in operator =()50 bool SBAddressRange::operator==(const SBAddressRange &rhs) { in operator ==()56 bool SBAddressRange::operator!=(const SBAddressRange &rhs) { in operator !=()62 void SBAddressRange::Clear() { in Clear()68 bool SBAddressRange::IsValid() const { in IsValid()74 lldb::SBAddress SBAddressRange::GetBaseAddress() const { in GetBaseAddress()[all …]
50 SBAddressRange SBAddressRangeList::GetAddressRangeAtIndex(uint64_t idx) { in GetAddressRangeAtIndex()53 SBAddressRange sb_addr_range; in GetAddressRangeAtIndex()64 void SBAddressRangeList::Append(const SBAddressRange &sb_addr_range) { in Append()
854 const SBAddressRange &range, in FindInMemory()
20 class LLDB_API SBAddressRange {22 SBAddressRange();24 SBAddressRange(const lldb::SBAddressRange &rhs);26 SBAddressRange(lldb::SBAddress addr, lldb::addr_t byte_size);28 ~SBAddressRange();30 const lldb::SBAddressRange &operator=(const lldb::SBAddressRange &rhs);53 bool operator==(const SBAddressRange &rhs);55 bool operator!=(const SBAddressRange &rhs);
37 SBAddressRange GetAddressRangeAtIndex(uint64_t idx);39 void Append(const lldb::SBAddressRange &addr_range);
89 friend class SBAddressRange;
69 friend class SBAddressRange; variable
46 class LLDB_API SBAddressRange; variable
220 const SBAddressRange &range, uint32_t alignment,
965 friend class SBAddressRange; variable
3 ) lldb::SBAddressRange;
1 %extend lldb::SBAddressRange {
94 %include "lldb/API/SBAddressRange.h"
4818 lldb::SBAddressRange *result = 0 ; in _wrap_new_SBAddressRange__SWIG_0()4821 result = (lldb::SBAddressRange *)new lldb::SBAddressRange(); in _wrap_new_SBAddressRange__SWIG_0()4835 lldb::SBAddressRange *arg1 = 0 ; in _wrap_new_SBAddressRange__SWIG_1()4836 lldb::SBAddressRange *result = 0 ; in _wrap_new_SBAddressRange__SWIG_1()4845 result = (lldb::SBAddressRange *)new lldb::SBAddressRange((lldb::SBAddressRange const &)*arg1); in _wrap_new_SBAddressRange__SWIG_1()4862 lldb::SBAddressRange *result = 0 ; in _wrap_new_SBAddressRange__SWIG_2()4874 result = (lldb::SBAddressRange *)new lldb::SBAddressRange(SWIG_STD_MOVE(arg1),arg2); in _wrap_new_SBAddressRange__SWIG_2()4941 lldb::SBAddressRange *arg1 = (lldb::SBAddressRange *) 0 ; in _wrap_SBAddressRange_Clear()4964 lldb::SBAddressRange *arg1 = (lldb::SBAddressRange *) 0 ; in _wrap_SBAddressRange_IsValid()4974 result = (bool)((lldb::SBAddressRange const *)arg1)->IsValid(); in _wrap_SBAddressRange_IsValid()[all …]
34 SRCS+= API/SBAddressRange.cpp