Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptions.h200 OptionSetVector m_optional_options; variable
209 return m_optional_options; in GetOptionalOptions()
/external/llvm-project/lldb/source/Interpreter/
DOptions.cpp161 m_optional_options.resize(1); in BuildValidOptionSets()
185 m_optional_options.resize(num_option_sets); in BuildValidOptionSets()
193 m_optional_options[j].insert(def.short_option); in BuildValidOptionSets()