Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp164 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance() local
165 if (module_section_sp) in CreateInstance()
166 … module_section_list->ReplaceSection (module_section_sp->GetID(), section_sp); in CreateInstance()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1072 … SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections() local
1073 if (module_section_sp) in CreateSections()
1074 … unified_section_list.ReplaceSection (module_section_sp->GetID(), section_sp); in CreateSections()