Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp20 CommandObjectApropos::CommandObjectApropos(CommandInterpreter &interpreter) in CommandObjectApropos() function in CommandObjectApropos
39 CommandObjectApropos::~CommandObjectApropos() = default;
41 void CommandObjectApropos::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
H A DCommandObjectApropos.h19 class CommandObjectApropos : public CommandObjectParsed {
21 CommandObjectApropos(CommandInterpreter &interpreter);
23 ~CommandObjectApropos() override;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile119 SRCS+= Commands/CommandObjectApropos.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp541 REGISTER_COMMAND_OBJECT("apropos", CommandObjectApropos); in LoadCommandDictionary()