Home
last modified time | relevance | path

Searched refs:VerifyPartialOptions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h84 bool VerifyPartialOptions(CommandReturnObject &result);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp54 options->VerifyPartialOptions(result); in ProcessAliasOptionsArgs()
H A DOptions.cpp567 bool Options::VerifyPartialOptions(CommandReturnObject &result) { in VerifyPartialOptions() function in Options