Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp985 StreamString option_str; in ParseAlias() local
986 option_str.Printf("-%c", val); in ParseAlias()
997 option_str.GetString()) in ParseAlias()
1036 option_arg_vector->emplace_back(std::string(option_str.GetString()), in ParseAlias()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp203 std::string option_str(option_value); in SetOptionValue() local
207 m_help.SetCurrentValue(option_str); in SetOptionValue()
212 m_long_help.SetCurrentValue(option_str); in SetOptionValue()