Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h88 bool VerifyOptions(CommandReturnObject &result);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp119 if (options->VerifyOptions(result)) in ParseOptions()
H A DOptions.cpp108 bool Options::VerifyOptions(CommandReturnObject &result) { in VerifyOptions() function in Options
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1058 if (!options_sp->VerifyOptions(result)) in ParseAutoEnableOptions()