Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h251 bool m_calculated_strings; variable
255 if (!m_calculated_strings) { in CalculateMnemonicOperandsAndCommentIfNeeded()
256 m_calculated_strings = true; in CalculateMnemonicOperandsAndCommentIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp673 m_calculated_strings(false) {} in Instruction()