Lines Matching refs:Section
28 const char *Section::GetTypeAsCString() const { in GetTypeAsCString()
154 Section::Section(const ModuleSP &module_sp, ObjectFile *obj_file, in Section() function in Section
175 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() function in Section
199 Section::~Section() { in ~Section()
203 addr_t Section::GetFileAddress() const { in GetFileAddress()
215 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress()
228 lldb::addr_t Section::GetOffset() const { in GetOffset()
238 addr_t Section::GetLoadBaseAddress(Target *target) const { in GetLoadBaseAddress()
248 const_cast<Section *>(this)->shared_from_this()); in GetLoadBaseAddress()
253 bool Section::ResolveContainedAddress(addr_t offset, Address &so_addr, in ResolveContainedAddress()
257 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
267 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
274 bool Section::ContainsFileAddress(addr_t vm_addr) const { in ContainsFileAddress()
285 void Section::Dump(llvm::raw_ostream &s, unsigned indent, Target *target, in Dump()
321 void Section::DumpName(llvm::raw_ostream &s) const { in DumpName()
343 bool Section::IsDescendant(const Section *section) { in IsDescendant()
352 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide()
368 uint32_t Section::GetPermissions() const { in GetPermissions()
380 void Section::SetPermissions(uint32_t permissions) { in SetPermissions()
386 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData()
393 lldb::offset_t Section::GetSectionData(DataExtractor §ion_data) { in GetSectionData()
426 size_t SectionList::FindSectionIndex(const Section *sect) { in FindSectionIndex()
492 Section *child_section = sect_iter->get(); in FindSectionByName()
550 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress()