Searched defs:CommandExists (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBCommandInterpreter.cpp | 118 bool SBCommandInterpreter::CommandExists(const char *cmd) { CommandExists() function in SBCommandInterpreter |
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandInterpreter.cpp | 1282 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { CommandExists() function in CommandInterpreter |