Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2847 CommandOptions() : Options(), m_format_array() {} in CommandOptions()
2870 m_format_array.clear(); in OptionParsingStarting()
2881 FormatWidthCollection m_format_array; member in CommandObjectTargetModulesList::CommandOptions
3030 if (m_options.m_format_array.empty()) { in PrintModule()
3031 m_options.m_format_array.push_back(std::make_pair('u', 0)); in PrintModule()
3032 m_options.m_format_array.push_back(std::make_pair('h', 0)); in PrintModule()
3033 m_options.m_format_array.push_back(std::make_pair('f', 0)); in PrintModule()
3034 m_options.m_format_array.push_back(std::make_pair('S', 0)); in PrintModule()
3036 const size_t num_entries = m_options.m_format_array.size(); in PrintModule()
3042 const char format_char = m_options.m_format_array[i].first; in PrintModule()
[all …]