Searched refs:SBSection (Results 1 – 13 of 13) sorted by relevance
26 SBSection::SBSection () : in SBSection() function in SBSection31 SBSection::SBSection (const SBSection &rhs) : in SBSection() function in SBSection38 SBSection::SBSection (const lldb::SectionSP §ion_sp) : in SBSection() function in SBSection45 const SBSection &46 SBSection::operator = (const SBSection &rhs) in operator =()52 SBSection::~SBSection () in ~SBSection()57 SBSection::IsValid () const in IsValid()64 SBSection::GetName () in GetName()72 lldb::SBSection73 SBSection::GetParent() in GetParent()[all …]
47 SBAddress::SBAddress (lldb::SBSection section, lldb::addr_t offset) : in SBAddress()91 SBAddress::SetAddress (lldb::SBSection section, lldb::addr_t offset) in SetAddress()179 lldb::SBSection182 lldb::SBSection sb_section; in GetSection()
431 SBSection434 SBSection sb_section; in GetSectionAtIndex()612 SBSection615 SBSection sb_section; in FindSection()
2104 SBTarget::SetSectionLoadAddress (lldb::SBSection section, in SetSectionLoadAddress()2145 SBTarget::ClearSectionLoadAddress (lldb::SBSection section) in ClearSectionLoadAddress()
18 class LLDB_API SBSection22 SBSection ();24 SBSection (const lldb::SBSection &rhs);26 ~SBSection ();28 const lldb::SBSection &29 operator = (const lldb::SBSection &rhs);37 lldb::SBSection40 lldb::SBSection46 lldb::SBSection87 operator == (const lldb::SBSection &rhs);[all …]
26 SBAddress (lldb::SBSection section, lldb::addr_t offset);49 SetAddress (lldb::SBSection section, lldb::addr_t offset);79 lldb::SBSection115 friend class SBSection; variable
136 lldb::SBSection172 lldb::SBSection341 friend class SBSection; variable
384 SetSectionLoadAddress (lldb::SBSection section,399 ClearSectionLoadAddress (lldb::SBSection section);795 friend class SBSection; variable
81 friend class SBSection; variable
68 class LLDB_API SBSection; variable
171 friend class SBSection; variable
42 SBSection.cpp \
209 lldb::SBSection section = module.GetSectionAtIndex(j); in PrintFnSharedLibrary()