Home | History | Annotate | Download | only in API

Lines Matching defs:SBSection

1 //===-- SBSection.cpp -------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBSection.h"
26 SBSection::SBSection () :
31 SBSection::SBSection (const SBSection &rhs) :
38 SBSection::SBSection (const lldb::SectionSP &section_sp) :
45 const SBSection &
46 SBSection::operator = (const SBSection &rhs)
52 SBSection::~SBSection ()
57 SBSection::IsValid () const
64 SBSection::GetName ()
72 lldb::SBSection
73 SBSection::GetParent()
75 lldb::SBSection sb_section;
87 lldb::SBSection
88 SBSection::FindSubSection (const char *sect_name)
90 lldb::SBSection sb_section;
104 SBSection::GetNumSubSections ()
112 lldb::SBSection
113 SBSection::GetSubSectionAtIndex (size_t idx)
115 lldb::SBSection sb_section;
123 SBSection::GetSP() const
129 SBSection::SetSP(const lldb::SectionSP &section_sp)
135 SBSection::GetFileAddress ()
145 SBSection::GetLoadAddress (lldb::SBTarget &sb_target)
161 SBSection::GetByteSize ()
170 SBSection::GetFileOffset ()
187 SBSection::GetFileByteSize ()
196 SBSection::GetSectionData ()
202 SBSection::GetSectionData (uint64_t offset, uint64_t size)
245 SBSection::GetSectionType ()
255 SBSection::operator == (const SBSection &rhs)
265 SBSection::operator != (const SBSection &rhs)
273 SBSection::GetDescription (SBStream &description)