Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h78 bool VerifyOptions(CommandReturnObject &result);
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1011 if (!options_sp->VerifyOptions(result)) in ParseAutoEnableOptions()