Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptions.h201 OptionSetVector m_optional_options; variable
210 return m_optional_options; in GetOptionalOptions()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptions.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()