Searched refs:IsTypeUnit (Results 1 – 4 of 4) sorted by relevance
68 bool IsTypeUnit() const { in IsTypeUnit() function220 bool IsTypeUnit() const { return m_header.IsTypeUnit(); } in IsTypeUnit() function
25 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
21 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
824 if (header.IsTypeUnit()) { in extract()833 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()882 if (expected_header->IsTypeUnit()) in extract()