Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h65 uint8_t GetUnitType() const { return m_unit_type; } in GetUnitType() function
224 uint8_t GetUnitType() const { return m_header.GetUnitType(); } in GetUnitType() function
H A DDWARFUnit.cpp1007 switch (m_header.GetUnitType()) { in GetHeaderByteSize()