Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h201 OptionSetVector m_optional_options; variable
210 return m_optional_options; in GetOptionalOptions()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp156 m_optional_options.resize(1); in BuildValidOptionSets()
180 m_optional_options.resize(num_option_sets); in BuildValidOptionSets()
188 m_optional_options[j].insert(def.short_option); in BuildValidOptionSets()