/openbsd/gnu/llvm/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; 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() 254 bool SBSection::operator==(const SBSection &rhs) { in operator ==() [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() 548 SBSection SBModule::FindSection(const char *sect_name) { in FindSection() 551 SBSection sb_section; in FindSection()
|
H A D | CMakeLists.txt | 62 SBSection.cpp
|
H A D | SBTarget.cpp | 2020 SBError SBTarget::SetSectionLoadAddress(lldb::SBSection section, in SetSectionLoadAddress() 2057 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress()
|
/openbsd/gnu/llvm/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(); 97 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 | 358 lldb::SBError SetSectionLoadAddress(lldb::SBSection section, 370 lldb::SBError ClearSectionLoadAddress(lldb::SBSection section); 877 friend class SBSection; variable
|
H A D | SBStream.h | 82 friend class SBSection; variable
|
H A D | SBDefines.h | 78 class LLDB_API SBSection; variable
|
H A D | SBData.h | 153 friend class SBSection; variable
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBSection.i | 37 ) SBSection; 39 class SBSection 43 SBSection (); 45 SBSection (const lldb::SBSection &rhs); 47 ~SBSection (); 57 lldb::SBSection 60 lldb::SBSection 66 lldb::SBSection 115 operator == (const lldb::SBSection &rhs); 118 operator != (const lldb::SBSection &rhs); [all …]
|
H A D | SBAddress.i | 53 SBAddress (lldb::SBSection section, 97 lldb::SBSection 104 SetAddress (lldb::SBSection section,
|
H A D | SBModule.i | 197 lldb::SBSection 248 lldb::SBSection
|
H A D | SBTarget.i | 422 SetSectionLoadAddress (lldb::SBSection section, 426 ClearSectionLoadAddress (lldb::SBSection section);
|
/openbsd/gnu/usr.bin/clang/liblldbAPI/ |
H A D | Makefile | 52 SBSection.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/ |
H A D | BUILD.gn | 84 "SBSection.cpp",
|
/openbsd/gnu/llvm/lldb/bindings/ |
H A D | interfaces.swig | 56 %include "./interface/SBSection.i"
|
H A D | headers.swig | 52 #include "lldb/API/SBSection.h"
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | .htaccess | 71 Redirect 301 /python_reference/lldb.SBSection-class.html https://lldb.llvm.org/python_api/lldb.SBSe…
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.cpp | 356 static uint64_t GetDebugInfoSizeInSection(lldb::SBSection section) { in GetDebugInfoSizeInSection()
|
/openbsd/gnu/llvm/lldb/bindings/python/ |
H A D | python-extensions.swig | 128 %extend lldb::SBSection {
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 3913 lldb/source/API/SBSection.cpp
|