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 llvm::Error VerifyOptions();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp132 if (llvm::Error error = options->VerifyOptions()) { in ParseOptions()
H A DOptions.cpp553 llvm::Error Options::VerifyOptions() { in VerifyOptions() function in Options
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1014 if (llvm::Error error = options_sp->VerifyOptions()) { in ParseAutoEnableOptions()