Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h68 bool IsTypeUnit() const { in IsTypeUnit() function
220 bool IsTypeUnit() const { return m_header.IsTypeUnit(); } in IsTypeUnit() function
DDWARFTypeUnit.h25 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
DDWARFCompileUnit.h21 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
DDWARFUnit.cpp824 if (header.IsTypeUnit()) { in extract()
833 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()
882 if (expected_header->IsTypeUnit()) in extract()