Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
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()
53 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()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DArgs.h315 class OptionsWithRaw {
323 explicit OptionsWithRaw(llvm::StringRef argument_string);
/external/llvm-project/lldb/source/Commands/
DCommandObjectScript.cpp93 OptionsWithRaw raw_args(command); in DoExecute()
DCommandObjectExpression.cpp322 OptionsWithRaw args(code); in HandleCompletion()
578 OptionsWithRaw args(command); in DoExecute()
DCommandObjectWatchpoint.cpp1078 OptionsWithRaw args(raw_command); in DoExecute()
DCommandObjectCommands.cpp379 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
DCommandObjectPlatform.cpp1664 OptionsWithRaw args(raw_command_line); in DoExecute()
DCommandObjectType.cpp2807 OptionsWithRaw args(raw_command_line); in DoExecute()
/external/llvm-project/lldb/source/Utility/
DArgs.cpp625 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() function in OptionsWithRaw
629 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString()