Searched refs:SetSectionUnloaded (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 136 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded() function in SectionLoadHistory 142 return section_load_list->SetSectionUnloaded(section_sp); in SetSectionUnloaded() 145 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded() function in SectionLoadHistory 152 return section_load_list->SetSectionUnloaded(section_sp, load_addr); in SetSectionUnloaded()
|
H A D | SectionLoadList.cpp | 146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() function in SectionLoadList 183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() function in SectionLoadList
|
H A D | Target.cpp | 3054 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections() 3061 bool Target::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded() function in Target 3068 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp); in SetSectionUnloaded() 3071 bool Target::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded() function in Target 3079 return m_section_load_history.SetSectionUnloaded(stop_id, section_sp, in SetSectionUnloaded()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | SectionLoadList.h | 53 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp, 59 size_t SetSectionUnloaded(const lldb::SectionSP §ion_sp);
|
H A D | SectionLoadHistory.h | 58 bool SetSectionUnloaded(uint32_t stop_id, const lldb::SectionSP §ion_sp, 64 size_t SetSectionUnloaded(uint32_t stop_id,
|
H A D | Target.h | 1178 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp); 1180 bool SetSectionUnloaded(const lldb::SectionSP §ion_sp,
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 136 target.SetSectionUnloaded(section_sp); in UnloadSectionsCommon()
|
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 380 target.GetSectionLoadList().SetSectionUnloaded(section_sp); in ReadJITDescriptorImpl()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 252 target.SetSectionUnloaded(section_sp); in UnloadSections()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBTarget.cpp | 2070 if (target_sp->SetSectionUnloaded(section_sp)) { in ClearSectionLoadAddress() 2146 changed |= target_sp->SetSectionUnloaded(section_sp); in ClearModuleLoadAddress()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 336 if (m_process->GetTarget().SetSectionUnloaded( in UnloadModuleSections()
|