Searched refs:IsTypeUnit (Results 1 – 3 of 3) sorted by relevance
31 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
27 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
206 bool IsTypeUnit() const { return m_header.isTypeUnit(); } in IsTypeUnit() function