Home
last modified time | relevance | path

Searched refs:SBAddressRange (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAddressRange.cpp24 SBAddressRange::SBAddressRange() in SBAddressRange() function in SBAddressRange
29 SBAddressRange::SBAddressRange(const SBAddressRange &rhs) { in SBAddressRange() function in SBAddressRange
35 SBAddressRange::SBAddressRange(lldb::SBAddress addr, lldb::addr_t byte_size) in SBAddressRange() function in SBAddressRange
40 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 …]
H A DSBAddressRangeList.cpp50 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()
H A DSBProcess.cpp854 const SBAddressRange &range, in FindInMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddressRange.h20 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);
H A DSBAddressRangeList.h37 SBAddressRange GetAddressRangeAtIndex(uint64_t idx);
39 void Append(const lldb::SBAddressRange &addr_range);
H A DSBAddress.h89 friend class SBAddressRange;
H A DSBStream.h69 friend class SBAddressRange; variable
H A DSBDefines.h46 class LLDB_API SBAddressRange; variable
H A DSBProcess.h220 const SBAddressRange &range, uint32_t alignment,
H A DSBTarget.h965 friend class SBAddressRange; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressRangeDocstrings.i3 ) lldb::SBAddressRange;
H A DSBAddressRangeExtensions.i1 %extend lldb::SBAddressRange {
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig94 %include "lldb/API/SBAddressRange.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4818 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 …]
H A DMakefile34 SRCS+= API/SBAddressRange.cpp