Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h93 bool SupportsLongOption(const char *long_option);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp330 bool Options::SupportsLongOption(const char *long_option) { in SupportsLongOption() function in Options
H A DCommandInterpreter.cpp3526 command_options->SupportsLongOption("gdb-format")) { in ResolveCommandImpl()