Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h319 class OptionsWithRaw {
327 explicit OptionsWithRaw(llvm::StringRef argument_string);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp641 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() function in OptionsWithRaw
645 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp362 OptionsWithRaw args(code); in HandleCompletion()
591 OptionsWithRaw args(command); in DoExecute()
H A DCommandObjectDWIMPrint.cpp56 OptionsWithRaw args{command}; in DoExecute()
H A DCommandObjectScripting.cpp85 OptionsWithRaw raw_args(command); in DoExecute()
H A DCommandObjectWatchpoint.cpp995 OptionsWithRaw args(raw_command); in DoExecute()
H A DCommandObjectPlatform.cpp1687 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectType.cpp2631 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectCommands.cpp384 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()