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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h78 bool isDwo() { return m_dwo_section_list != nullptr; } function in class:lldb_private::plugin::dwarf::DWARFContext
H A DDWARFContext.cpp37 if (dwo_section_type && isDwo())
145 if (isDwo()) {
H A DDWARFUnit.cpp995 if (context.isDwo()) {
1035 bool is_dwo = dwarf.GetDWARFContext().isDwo();

Completed in 118 milliseconds