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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp404 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp) argument
406 size_t sect_idx = FindSectionIndex (sect_sp.get());
409 sect_idx = AddSection (sect_sp);
415 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) argument
422 *sect_iter = sect_sp;
427 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1))
452 SectionSP sect_sp; local
454 sect_sp = m_sections[idx];
455 return sect_sp;
461 SectionSP sect_sp; local
489 SectionSP sect_sp; local
514 SectionSP sect_sp; local
536 SectionSP sect_sp; local
[all...]

Completed in 99 milliseconds