Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h19 enum { InvalidCode = 0 }; enumerator
58 dw_uleb128_t m_code = InvalidCode;
H A DDWARFAbbreviationDeclaration.cpp24 : m_code(InvalidCode), m_tag(tag), m_has_children(has_children), in DWARFAbbreviationDeclaration()