Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1590 OptionGroupMemoryRegion() : m_all(false, false) {} in OptionGroupMemoryRegion()
1605 m_all.SetCurrentValue(true); in SetOptionValue()
1606 m_all.SetOptionWasSet(); in SetOptionValue()
1616 m_all.Clear(); in OptionParsingStarting()
1619 OptionValueBoolean m_all; member in CommandObjectMemoryRegion::OptionGroupMemoryRegion
1705 if (m_memory_region_options.m_all) { in DoExecute()
1724 (argc == 0 && !m_memory_region_options.m_all && in DoExecute()
1743 if (m_memory_region_options.m_all) { in DoExecute()