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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp111 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); local
113 if (!module_section_list || !objfile_section_list)
131 objfile_section_list->FindSectionByType(section_type, true)) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp109 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); local
111 if (!module_section_list || !objfile_section_list)
127 objfile_section_list->FindSectionByType(section_type, true)) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp107 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); local
108 if (!objfile_section_list || !module_section_list)
122 objfile_section_list->FindSectionByType(section_type, true)) {

Completed in 115 milliseconds