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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp120 SectionList *module_section_list = module_sp->GetSectionList(); local
140 module_section_list->FindSectionByType(section_type, true))
141 module_section_list->ReplaceSection(module_section_sp->GetID(),
144 module_section_list->AddSection(section_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp114 SectionList *module_section_list = module_sp->GetSectionList(); local
132 module_section_list->FindSectionByType(section_type, true))
133 module_section_list->ReplaceSection(module_section_sp->GetID(),
136 module_section_list->AddSection(section_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1978 SectionList *module_section_list = local
2196 module_section_list->AddSection(symbol_section_sp);
2204 if (symbol_section_sp && module_section_list &&
2205 module_section_list != section_list) {
2212 module_section_list->FindSectionByName(sect_name))

Completed in 140 milliseconds