Home
last modified time | relevance | path

Searched refs:GetUnitType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h68 uint8_t GetUnitType() const { return m_unit_type; } in GetUnitType() function
235 uint8_t GetUnitType() const { return m_header.GetUnitType(); } in GetUnitType() function
239 return GetUnitType() == llvm::dwarf::DW_UT_skeleton; in IsSkeletonUnit()
H A DDWARFUnit.cpp1050 switch (m_header.GetUnitType()) { in GetHeaderByteSize()