Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp23 static constexpr OptionDefinition g_variable_options[] = { variable
83 const int short_option = g_variable_options[option_idx].short_option; in SetOptionValue()
137 auto result = llvm::makeArrayRef(g_variable_options); in GetDefinitions()