Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp123 if (SectionSP module_section_sp = in CreateInstance()
125 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
124 if (SectionSP module_section_sp = CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp128 if (SectionSP module_section_sp = in CreateInstance()
130 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
129 if (SectionSP module_section_sp = CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp132 if (SectionSP module_section_sp = in CreateInstance()
134 module_section_list->ReplaceSection(module_section_sp->GetID(), in CreateInstance()
133 if (SectionSP module_section_sp = CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2000 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections() local
2002 if (module_section_sp) in CreateSections()
2003 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()