Home
last modified time | relevance | path

Searched refs:IsDWOUnit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp126 if (!dwo_unit->IsDWOUnit()) in GetSkeletonUnit()
H A DDWARFUnit.h52 bool IsDWOUnit() { return m_is_dwo; } in IsDWOUnit() function
H A DDebugNamesDWARFIndex.cpp88 if (!dwo_cu.IsDWOUnit()) in GetForeignTypeUnit()
H A DDWARFUnit.cpp711 if (m_skeleton_unit == nullptr && IsDWOUnit()) { in GetSkeletonUnit()
H A DSymbolFileDWARF.cpp1706 if (dwarf_cu.IsDWOUnit()) { in GetCompUnitForDWARFCompUnit()