Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp125 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() local
145 module_section_list->FindSectionByType(section_type, true)); in CreateInstance()
147 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
150 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2081 SectionList *module_section_list = in ParseSymbols() local
2303 module_section_list->AddSection(symbol_section_sp); in ParseSymbols()
2311 if (symbol_section_sp && module_section_list && in ParseSymbols()
2312 module_section_list != section_list) { in ParseSymbols()
2319 module_section_list->FindSectionByName(sect_name)) in ParseSymbols()