Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFTypeUnit.h31 DIERef::Section section, bool is_dwo) in DWARFTypeUnit() argument
32 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFTypeUnit()
DDWARFCompileUnit.h31 DIERef::Section section, bool is_dwo) in DWARFCompileUnit() argument
32 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFCompileUnit()
DDWARFUnit.cpp35 DIERef::Section section, bool is_dwo) in DWARFUnit() argument
37 m_cancel_scopes(false), m_section(section), m_is_dwo(is_dwo) {} in DWARFUnit()
881 bool is_dwo = dwarf.GetDWARFContext().isDwo(); in extract() local
884 section, is_dwo)); in extract()
886 *abbrevs, section, is_dwo)); in extract()
DDWARFUnit.h268 DIERef::Section section, bool is_dwo);