Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h315 class OptionsWithRaw {
323 explicit OptionsWithRaw(llvm::StringRef argument_string);
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp83 OptionsWithRaw raw_args(command); in DoExecute()
H A DCommandObjectDWIMPrint.cpp56 OptionsWithRaw args{command}; in DoExecute()
H A DCommandObjectExpression.cpp361 OptionsWithRaw args(code); in HandleCompletion()
600 OptionsWithRaw args(command); in DoExecute()
H A DCommandObjectWatchpoint.cpp997 OptionsWithRaw args(raw_command); in DoExecute()
H A DCommandObjectPlatform.cpp1690 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectCommands.cpp377 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
H A DCommandObjectType.cpp2610 OptionsWithRaw args(raw_command_line); in DoExecute()
/src/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp631 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() function in OptionsWithRaw
635 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString()