Home
last modified time | relevance | path

Searched refs:IsTypeUnit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h31 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
H A DDWARFCompileUnit.h27 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
H A DDWARFUnit.h206 bool IsTypeUnit() const { return m_header.isTypeUnit(); } in IsTypeUnit() function