Searched refs:child_section (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp169 Section* child_section = m_children.GetSectionAtIndex (i).get(); local
171 addr_t child_offset = child_section->GetOffset();
172 if (child_offset <= offset && offset - child_offset < child_section->GetByteSize())
173 return child_section->ResolveContainedAddress (offset - child_offset, so_addr);
469 Section *child_section = sect_iter->get(); local
470 if (child_section)
472 if (child_section->GetName() == section_dstr)
478 sect_sp = child_section->GetChildren().FindSectionByName(section_dstr);

Completed in 102 milliseconds