/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 23 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 §ion_sp) { in SBSection() function in SBSection 36 const SBSection &SBSection::operator=(const SBSection &rhs) { in operator =() 43 SBSection::~SBSection() = default; 45 bool SBSection::IsValid() const { in IsValid() 49 SBSection::operator bool() const { in operator bool() 56 const char *SBSection::GetName() { in GetName() 65 lldb::SBSection SBSection::GetParent() { in GetParent() 68 lldb::SBSection sb_section; in GetParent() [all …]
|
H A D | SBAddress.cpp | 37 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 D | SBModule.cpp | 370 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex() 373 SBSection sb_section; in GetSectionAtIndex() 542 SBSection SBModule::FindSection(const char *sect_name) { in GetTypes() 545 SBSection sb_section; in GetTypes()
|
H A D | SBTarget.cpp | 2100 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() 2137 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBSection.h | 17 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 D | SBAddress.h | 23 SBAddress(lldb::SBSection section, lldb::addr_t offset); 46 void SetAddress(lldb::SBSection section, lldb::addr_t offset); 72 lldb::SBSection GetSection(); 98 friend class SBSection; variable
|
H A D | SBModule.h | 113 lldb::SBSection FindSection(const char *sect_name); 152 lldb::SBSection GetSectionAtIndex(size_t idx); 302 friend class SBSection; variable
|
H A D | SBTarget.h | 378 lldb::SBError SetSectionLoadAddress(lldb::SBSection section, 390 lldb::SBError ClearSectionLoadAddress(lldb::SBSection section); 959 friend class SBSection; variable
|
H A D | SBStream.h | 94 friend class SBSection; variable
|
H A D | SBData.h | 153 friend class SBSection; variable
|
H A D | SBDefines.h | 103 class LLDB_API SBSection; variable
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSectionDocstrings.i | 27 ) lldb::SBSection; 37 ) lldb::SBSection::GetTargetByteSize;
|
H A D | SBSectionExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBSection) 3 %extend lldb::SBSection { 12 '''Iterate over all subsections in a lldb.SBSection object.''' 16 '''Return the number of subsections in a lldb.SBSection object.'''
|
/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | headers.swig | 59 #include "lldb/API/SBSection.h"
|
H A D | interfaces.swig | 140 %include "lldb/API/SBSection.h"
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3583 SWIGINTERN std::string lldb_SBSection___repr__(lldb::SBSection *self){ in lldb_SBSection___repr__() 4194 lldb::SBSection arg1 ; in _wrap_new_SBAddress__SWIG_2() 4196 lldb::SBSection *argp1 ; in _wrap_new_SBAddress__SWIG_2() 4426 lldb::SBSection arg2 ; in _wrap_SBAddress_SetAddress() 4428 lldb::SBSection *argp2 ; in _wrap_SBAddress_SetAddress() 4582 lldb::SBSection result; in _wrap_SBAddress_GetSection() 4593 lldb::SBSection * resultptr = new lldb::SBSection(result); in _wrap_SBAddress_GetSection() 39039 lldb::SBSection result; in _wrap_SBModule_FindSection() 39052 lldb::SBSection * resultptr = new lldb::SBSection(result); in _wrap_SBModule_FindSection() 39577 lldb::SBSection result; in _wrap_SBModule_GetSectionAtIndex() [all …]
|
H A D | Makefile | 67 SRCS+= API/SBSection.cpp
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-extensions.swig | 128 %extend lldb::SBSection {
|