Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp163 user_id_t sect_id, ConstString name, SectionType sect_type, in Section() argument
167 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section()
178 user_id_t sect_id, ConstString name, SectionType sect_type, in Section() argument
182 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section()
519 bool SectionList::ReplaceSection(user_id_t sect_id, in ReplaceSection() argument
524 if ((*sect_iter)->GetID() == sect_id) { in ReplaceSection()
530 .ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
577 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID()
579 if (sect_id) { in FindSectionByID()
584 if ((*sect_iter)->GetID() == sect_id) { in FindSectionByID()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h57 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,
133 lldb::user_id_t sect_id, ConstString name,
144 lldb::user_id_t sect_id, ConstString name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp188 auto sect_id = section.user_id.value_or(id + 1); in CreateSections() local
201 parent_section_sp, GetModule(), this, sect_id, name, sect_type, in CreateSections()
207 GetModule(), this, sect_id, name, sect_type, vm_addr, vm_size, in CreateSections()