Searched refs:is_dwo (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFTypeUnit.h | 37 DIERef::Section section, bool is_dwo) in DWARFTypeUnit() argument 38 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFTypeUnit()
|
H A D | DWARFCompileUnit.h | 37 DIERef::Section section, bool is_dwo) in DWARFCompileUnit() argument 38 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFCompileUnit()
|
H A D | DWARFUnit.cpp | 38 DIERef::Section section, bool is_dwo) in DWARFUnit() argument 40 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo), in DWARFUnit() 988 bool is_dwo = dwarf.GetDWARFContext().isDwo(); in extract() local 991 new DWARFTypeUnit(dwarf, uid, header, *abbrevs, section, is_dwo)); in extract() 993 new DWARFCompileUnit(dwarf, uid, header, *abbrevs, section, is_dwo)); in extract()
|
H A D | DWARFUnit.h | 277 DIERef::Section section, bool is_dwo);
|