Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDSection.cpp370 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp) in AddUniqueSection() argument
372 size_t sect_idx = FindSectionIndex (sect_sp.get()); in AddUniqueSection()
375 sect_idx = AddSection (sect_sp); in AddUniqueSection()
381 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection() argument
388 *sect_iter = sect_sp; in ReplaceSection()
393 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
418 SectionSP sect_sp; in GetSectionAtIndex() local
420 sect_sp = m_sections[idx]; in GetSectionAtIndex()
421 return sect_sp; in GetSectionAtIndex()
427 SectionSP sect_sp; in FindSectionByName() local
[all …]