Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptions.h79 bool VerifyOptions(CommandReturnObject &result);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp127 if (options->VerifyOptions(result)) in ParseOptions()
HDOptions.cpp106 bool Options::VerifyOptions(CommandReturnObject &result) { in VerifyOptions() function in Options
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp1013 if (!options_sp->VerifyOptions(result)) in ParseAutoEnableOptions()