Searched refs:SetSectionUnloaded (Results 1 – 4 of 4) sorted by relevance
65 SetSectionUnloaded (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr);71 SetSectionUnloaded (const lldb::SectionSP §ion_sp);
131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp) in SetSectionUnloaded() function in SectionLoadList167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp, addr_t load_addr) in SetSectionUnloaded() function in SectionLoadList
2435 if (target_sp->GetSectionLoadList().SetSectionUnloaded (section.GetSP())) in ClearSectionLoadAddress()2516 … changed |= target_sp->GetSectionLoadList().SetSectionUnloaded (section_sp) > 0; in ClearModuleLoadAddress()
569 …if (m_process->GetTarget().GetSectionLoadList().SetSectionUnloaded (section_sp, old_section_load_a… in UnloadImageLoadAddress()