Searched refs:m_language_type (Results 1 – 2 of 2) sorted by relevance
746 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()
345 std::optional<uint64_t> m_language_type; variable