Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DOptionsWithRawTest.cpp18 OptionsWithRaw args(""); in TEST()
25 OptionsWithRaw args(" "); in TEST()
32 OptionsWithRaw args(" "); in TEST()
39 OptionsWithRaw args("-foo bar"); in TEST()
46 OptionsWithRaw args("foo bar --"); in TEST()
60 OptionsWithRaw args("-foo --"); in TEST()
75 OptionsWithRaw args("-foo -- "); in TEST()
89 OptionsWithRaw args("-foo -- "); in TEST()
103 OptionsWithRaw args(" -foo -- bar"); in TEST()
117 OptionsWithRaw args("-foo -- bar"); in TEST()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArgs.h319 class OptionsWithRaw {
327 explicit OptionsWithRaw(llvm::StringRef argument_string);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectScript.cpp72 OptionsWithRaw raw_args(command); in DoExecute()
H A DCommandObjectExpression.cpp300 OptionsWithRaw args(code); in HandleCompletion()
557 OptionsWithRaw args(command); in DoExecute()
H A DCommandObjectWatchpoint.cpp1051 OptionsWithRaw args(raw_command); in DoExecute()
H A DCommandObjectCommands.cpp397 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
H A DCommandObjectPlatform.cpp1783 OptionsWithRaw args(raw_command_line); in DoExecute()
H A DCommandObjectType.cpp2729 OptionsWithRaw args(raw_command_line); in DoExecute()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArgs.cpp625 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() function in OptionsWithRaw
629 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString()