Home
last modified time | relevance | path

Searched refs:SetSectionUnloaded (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp138 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded() function in SectionLoadHistory
144 return section_load_list->SetSectionUnloaded(section_sp); in SetSectionUnloaded()
147 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded() function in SectionLoadHistory
154 return section_load_list->SetSectionUnloaded(section_sp, load_addr); in SetSectionUnloaded()
H A DSectionLoadList.cpp146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded() function in SectionLoadList
183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded() function in SectionLoadList
H A DTarget.cpp3296 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
3303 bool Target::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded() function in Target
3310 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp); in SetSectionUnloaded()
3313 bool Target::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded() function in Target
3321 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp, in SetSectionUnloaded()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h53 bool SetSectionUnloaded(const lldb::SectionSP &section_sp,
59 size_t SetSectionUnloaded(const lldb::SectionSP &section_sp);
H A DSectionLoadHistory.h58 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP &section_sp,
64 size_t SetSectionUnloaded(uint32_t stop_id,
H A DTarget.h1257 bool SetSectionUnloaded(const lldb::SectionSP &section_sp);
1259 bool SetSectionUnloaded(const lldb::SectionSP &section_sp,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp141 target.SetSectionUnloaded(section_sp); in UnloadSectionsCommon()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp385 target.SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp252 target.SetSectionUnloaded(section_sp); in UnloadSections()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2120 if (target_sp->SetSectionUnloaded(section_sp)) { in ClearSectionLoadAddress()
2206 changed |= target_sp->SetSectionUnloaded(section_sp); in ClearModuleLoadAddress()