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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h72 bool isDwo() { return m_dwo_section_list != nullptr; } function in class:lldb_private::DWARFContext
H A DDWARFContext.cpp35 if (dwo_section_type && isDwo())
H A DDWARFUnit.cpp898 bool is_dwo = dwarf.GetDWARFContext().isDwo();

Completed in 147 milliseconds