Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectApropos.cpp25 CommandObjectApropos::CommandObjectApropos(CommandInterpreter &interpreter) in CommandObjectApropos() function in CommandObjectApropos
44 CommandObjectApropos::~CommandObjectApropos() = default;
46 bool CommandObjectApropos::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
H A DCommandObjectApropos.h22 class CommandObjectApropos : public CommandObjectParsed {
24 CommandObjectApropos(CommandInterpreter &interpreter);
26 ~CommandObjectApropos() override;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile105 SRCS+= Commands/CommandObjectApropos.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp462 m_command_dict["apropos"] = CommandObjectSP(new CommandObjectApropos(*this)); in LoadCommandDictionary()