Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h37 DIERef::Section section, bool is_dwo) in DWARFTypeUnit() argument
38 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFTypeUnit()
H A DDWARFCompileUnit.h37 DIERef::Section section, bool is_dwo) in DWARFCompileUnit() argument
38 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFCompileUnit()
H A DDWARFUnit.cpp38 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 DDWARFUnit.h277 DIERef::Section section, bool is_dwo);