Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp110 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance() local
111 if (!objfile_section_list || !module_section_list) in CreateInstance()
125 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp109 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance() local
124 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp112 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance() local
129 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()