Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h79 bool VerifyOptions(CommandReturnObject &result);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp127 if (options->VerifyOptions(result)) in ParseOptions()
H A DOptions.cpp106 bool Options::VerifyOptions(CommandReturnObject &result) { in VerifyOptions() function in Options
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1013 if (!options_sp->VerifyOptions(result)) in ParseAutoEnableOptions()