Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp746 if (m_language_type) in GetDWARFLanguageType()
747 return *m_language_type; in GetDWARFLanguageType()
751 m_language_type = 0; in GetDWARFLanguageType()
753 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType()
754 return *m_language_type; in GetDWARFLanguageType()
H A DDWARFUnit.h345 std::optional<uint64_t> m_language_type; variable