Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.h18 class CommandObjectPlatform : public CommandObjectMultiword {
20 CommandObjectPlatform(CommandInterpreter &interpreter);
22 ~CommandObjectPlatform() override;
25 CommandObjectPlatform(const CommandObjectPlatform &) = delete;
26 const CommandObjectPlatform &
27 operator=(const CommandObjectPlatform &) = delete;
H A DCommandObjectPlatform.cpp1805 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform() function in CommandObjectPlatform
1845 CommandObjectPlatform::~CommandObjectPlatform() = default;
/freebsd/lib/clang/liblldb/
H A DMakefile139 SRCS+= Commands/CommandObjectPlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp576 REGISTER_COMMAND_OBJECT("platform", CommandObjectPlatform); in LoadCommandDictionary()