Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp42 const bool format_as_words = (m_data.inst.length % 4) == 0; in Dump() local
47 if (format_as_words) { in Dump()