Searched refs:SetSectionUnloaded (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | SectionLoadHistory.cpp | 137 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded() function in SectionLoadHistory 143 return section_load_list->SetSectionUnloaded(section_sp); in SetSectionUnloaded() 146 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded() function in SectionLoadHistory 153 return section_load_list->SetSectionUnloaded(section_sp, load_addr); in SetSectionUnloaded()
|
| H A D | SectionLoadList.cpp | 134 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() function in SectionLoadList 171 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() function in SectionLoadList
|
| H A D | Target.cpp | 2766 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections() 2773 bool Target::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() function in Target 2780 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp); in SetSectionUnloaded() 2783 bool Target::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() function in Target 2791 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp, in SetSectionUnloaded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | SectionLoadList.h | 56 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp, 62 size_t SetSectionUnloaded(const lldb::SectionSP §ion_sp);
|
| H A D | SectionLoadHistory.h | 61 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP §ion_sp, 67 size_t SetSectionUnloaded(uint32_t stop_id,
|
| H A D | Target.h | 1095 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp); 1097 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 139 target.SetSectionUnloaded(section_sp); in UnloadSectionsCommon()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 371 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 259 target.SetSectionUnloaded(section_sp); in UnloadSections()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 2108 if (target_sp->SetSectionUnloaded(section_sp)) { in ClearSectionLoadAddress() 2180 changed |= target_sp->SetSectionUnloaded(section_sp); in ClearModuleLoadAddress()
|