Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp20 : m_code(InvalidCode), m_tag(0), m_has_children(0), m_attributes() {} in DWARFAbbreviationDeclaration()
24 : m_code(InvalidCode), m_tag(tag), m_has_children(has_children), in DWARFAbbreviationDeclaration()
H A DDWARFAbbreviationDeclaration.h18 enum { InvalidCode = 0 }; enumerator