Home
last modified time | relevance | path

Searched refs:SBSection (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp23 SBSection::SBSection() { LLDB_INSTRUMENT_VA(this); } in SBSection() function in SBSection
25 SBSection::SBSection(const SBSection &rhs) : m_opaque_wp(rhs.m_opaque_wp) { in SBSection() function in SBSection
29 SBSection::SBSection(const lldb::SectionSP &section_sp) { in SBSection() function in SBSection
36 const SBSection &SBSection::operator=(const SBSection &rhs) { in operator =()
43 SBSection::~SBSection() = default;
65 lldb::SBSection SBSection::GetParent() { in GetParent()
68 lldb::SBSection sb_section; in GetParent()
78 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection()
102 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex()
229 bool SBSection::operator==(const SBSection &rhs) { in operator ==()
[all …]
H A DSBAddress.cpp37 SBAddress::SBAddress(lldb::SBSection section, lldb::addr_t offset) in SBAddress()
88 void SBAddress::SetAddress(lldb::SBSection section, lldb::addr_t offset) { in SetAddress()
152 lldb::SBSection SBAddress::GetSection() { in GetSection()
155 lldb::SBSection sb_section; in GetSection()
H A DSBModule.cpp370 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex()
373 SBSection sb_section; in GetSectionAtIndex()
542 SBSection SBModule::FindSection(const char *sect_name) { in FindSection()
545 SBSection sb_section; in FindSection()
H A DSBTarget.cpp2059 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress()
2096 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h17 class LLDB_API SBSection {
19 SBSection();
21 SBSection(const lldb::SBSection &rhs);
23 ~SBSection();
25 const lldb::SBSection &operator=(const lldb::SBSection &rhs);
33 lldb::SBSection GetParent();
35 lldb::SBSection FindSubSection(const char *sect_name);
39 lldb::SBSection GetSubSectionAtIndex(size_t idx);
85 bool operator==(const lldb::SBSection &rhs);
87 bool operator!=(const lldb::SBSection &rhs);
[all …]
H A DSBAddress.h23 SBAddress(lldb::SBSection section, lldb::addr_t offset);
46 void SetAddress(lldb::SBSection section, lldb::addr_t offset);
72 lldb::SBSection GetSection();
97 friend class SBSection; variable
H A DSBModule.h113 lldb::SBSection FindSection(const char *sect_name);
152 lldb::SBSection GetSectionAtIndex(size_t idx);
302 friend class SBSection; variable
H A DSBTarget.h367 lldb::SBError SetSectionLoadAddress(lldb::SBSection section,
379 lldb::SBError ClearSectionLoadAddress(lldb::SBSection section);
943 friend class SBSection; variable
H A DSBStream.h88 friend class SBSection; variable
H A DSBData.h153 friend class SBSection; variable
H A DSBDefines.h100 class LLDB_API SBSection; variable
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionDocstrings.i27 ) lldb::SBSection;
37 ) lldb::SBSection::GetTargetByteSize;
H A DSBSectionExtensions.i1 STRING_EXTENSION_OUTSIDE(SBSection)
3 %extend lldb::SBSection {
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig55 #include "lldb/API/SBSection.h"
H A Dinterfaces.swig132 %include "lldb/API/SBSection.h"
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46635 result = (lldb::SBSection *)new lldb::SBSection((lldb::SBSection const &)*arg1); in _wrap_new_SBSection__SWIG_1()
46682 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_IsValid()
46706 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetName()
46730 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetParent()
46757 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_FindSubSection()
46787 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetNumSubSections()
46811 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetSubSectionAtIndex()
46841 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetFileAddress()
46865 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetLoadAddress()
46896 lldb::SBSection *arg1 = (lldb::SBSection *) 0 ; in _wrap_SBSection_GetByteSize()
[all …]
H A DMakefile65 SRCS+= API/SBSection.cpp
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig128 %extend lldb::SBSection {