Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h253 bool m_calculated_strings; variable
257 if (!m_calculated_strings) { in CalculateMnemonicOperandsAndCommentIfNeeded()
258 m_calculated_strings = true; in CalculateMnemonicOperandsAndCommentIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp567 m_calculated_strings(false) {} in Instruction()