Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h69 bool IsTypeUnit() const { in IsTypeUnit() function
222 bool IsTypeUnit() const { return m_header.IsTypeUnit(); } in IsTypeUnit() function
H A DDWARFTypeUnit.h25 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
H A DDWARFCompileUnit.h21 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
H A DDWARFUnit.cpp839 if (header.IsTypeUnit()) { in extract()
868 if (header.IsTypeUnit()) { in extract()
877 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()
925 if (expected_header->IsTypeUnit()) in extract()