Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp126 if (SectionSP module_section_sp = in CreateInstance() local
128 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp125 if (SectionSP module_section_sp = in CreateInstance() local
127 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp130 if (SectionSP module_section_sp = in CreateInstance() local
132 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1904 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections() local
1906 if (module_section_sp) in CreateSections()
1907 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()