Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp131 if (SectionSP module_section_sp = in CreateInstance() local
133 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp136 if (SectionSP module_section_sp = in CreateInstance() local
138 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1861 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections() local
1863 if (module_section_sp) in CreateSections()
1864 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()