Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h328 OptionInfo(OptionGroup *g, uint32_t i) : option_group(g), option_index(i) {} in OptionInfo()
330 uint32_t option_index; // The original option index from the OptionGroup member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp810 m_option_infos[option_idx].option_index, option_value, in SetOptionValue()