Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp130 if (SectionSP module_section_sp = in CreateInstance() local
132 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp135 if (SectionSP module_section_sp = in CreateInstance() local
137 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1874 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections() local
1876 if (module_section_sp) in CreateSections()
1877 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()