Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h59 SectionList *dwo_section_list) in DWARFContext()
61 m_dwo_section_list(dwo_section_list) {}
58 DWARFContext(SectionList * main_section_list,SectionList * dwo_section_list) DWARFContext() argument
H A DSymbolFileDWARF.h102 SymbolFileDWARF(lldb::ObjectFileSP objfile_sp, SectionList *dwo_section_list);
H A DSymbolFileDWARF.cpp470 SectionList *dwo_section_list) in SymbolFileDWARF() argument
473 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF()