Searched refs:ParseOptions (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h220 bool ParseOptions(Args &args, CommandReturnObject &result);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp97 bool CommandObject::ParseOptions(Args &args, CommandReturnObject &result) { function in class:CommandObject
328 if (!ParseOptions(args, result))
978 if (ParseOptions(cmd_args, result)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp172 if (!ParseOptions(cmd_args, result))
621 if (!ParseOptions(cmd_args, result))
H A DCommandObjectPlatform.cpp1616 if (!ParseOptions(args.GetArgs(), result))

Completed in 113 milliseconds