Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp50 show_mixed = true; in SetOptionValue()
101 show_mixed = true; in SetOptionValue()
170 show_mixed = false; in OptionParsingStarting()
358 m_options.show_mixed = false; in GetCurrentLineRanges()
511 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()
519 if (m_options.show_mixed) in DoExecute()
551 limit, m_options.show_mixed, in DoExecute()
552 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
H A DCommandObjectDisassemble.h59 bool show_mixed; // Show mixed source/assembly variable