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
169 Section::Section(const lldb::SectionSP &parent_section_sp, in Section() function in Section
187 Section::~Section() = default;
189 addr_t Section::GetFileAddress() const { in GetFileAddress()
201 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress()
214 lldb::addr_t Section::GetOffset() const { in GetOffset()
224 addr_t Section::GetLoadBaseAddress(Target *target) const { in GetLoadBaseAddress()
234 const_cast<Section *>(this)->shared_from_this()); in GetLoadBaseAddress()
239 bool Section::ResolveContainedAddress(addr_t offset, Address &so_addr, in ResolveContainedAddress()
243 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress()
253 so_addr.SetSection(const_cast<Section *>(this)->shared_from_this()); in ResolveContainedAddress()
260 bool Section::ContainsFileAddress(addr_t vm_addr) const { in ContainsFileAddress()
271 void Section::Dump(llvm::raw_ostream &s, unsigned indent, Target *target, in Dump()
307 void Section::DumpName(llvm::raw_ostream &s) const { in DumpName()
329 bool Section::IsDescendant(const Section *section) { in IsDescendant()
338 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide()
354 uint32_t Section::GetPermissions() const { in GetPermissions()
366 void Section::SetPermissions(uint32_t permissions) { in SetPermissions()
372 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData()
379 lldb::offset_t Section::GetSectionData(DataExtractor &section_data) { in GetSectionData()
385 bool Section::ContainsOnlyDebugInfo() const { in ContainsOnlyDebugInfo()
488 size_t SectionList::FindSectionIndex(const Section *sect) { in FindSectionIndex()
554 Section *child_section = sect_iter->get(); in FindSectionByName()
612 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress()