Home
last modified time | relevance | path

Searched refs:CreateOptionParsingError (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/unittests/Interpreter/
H A DTestOptions.cpp16 TEST(OptionsTest, CreateOptionParsingError) { in TEST() argument
18 CreateOptionParsingError("yippee", 'f', "fun", in TEST()
24 CreateOptionParsingError("52", 'b', "bean-count"), in TEST()
27 ASSERT_THAT_ERROR(CreateOptionParsingError("c", 'm'), in TEST()
/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp93 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
100 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
112 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
119 error = Status::FromError(CreateOptionParsingError( in SetOptionValue()
126 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
134 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
150 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
295 CreateOptionParsingError(option_arg, short_option, long_option, in SetOptionValue()
334 error = Status::FromError(CreateOptionParsingError( in SetOptionValue()
352 CreateOptionParsingError(option_ar in SetOptionValue()
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h362 llvm::Error CreateOptionParsingError(llvm::StringRef option_arg,
/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1395 llvm::Error lldb_private::CreateOptionParsingError(
1353 llvm::Error lldb_private::CreateOptionParsingError( CreateOptionParsingError() function in lldb_private