Searched refs:sect_id (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 159 user_id_t sect_id, ConstString name, in Section() argument 164 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section() 175 user_id_t sect_id, ConstString name, in Section() argument 180 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section() 515 bool SectionList::ReplaceSection(user_id_t sect_id, in ReplaceSection() argument 520 if ((*sect_iter)->GetID() == sect_id) { in ReplaceSection() 526 .ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection() 574 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID() 576 if (sect_id) { in FindSectionByID() 581 if ((*sect_iter)->GetID() == sect_id) { in FindSectionByID() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 57 bool ContainsSection(lldb::user_id_t sect_id) const; 64 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const; 80 bool ReplaceSection(lldb::user_id_t sect_id, 117 lldb::user_id_t sect_id, ConstString name, 128 lldb::user_id_t sect_id, ConstString name,
|