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.cpp1020 StreamString option_str; in ParseAlias() local
1021 option_str.Printf("-%c", val); in ParseAlias()
1032 option_str.GetString()) in ParseAlias()
1071 option_arg_vector->emplace_back(std::string(option_str.GetString()), in ParseAlias()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp204 std::string option_str(option_value); in SetOptionValue() local
208 m_help.SetCurrentValue(option_str); in SetOptionValue()
213 m_long_help.SetCurrentValue(option_str); in SetOptionValue()