Searched refs:CommandObjectPlatform (Results 1 – 7 of 7) sorted by relevance
18 class CommandObjectPlatform : public CommandObjectMultiword {20 CommandObjectPlatform(CommandInterpreter &interpreter);22 ~CommandObjectPlatform() override;25 CommandObjectPlatform(const CommandObjectPlatform &) = delete;26 const CommandObjectPlatform &27 operator=(const CommandObjectPlatform &) = delete;
23 CommandObjectPlatform.cpp
1902 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform() function in CommandObjectPlatform1942 CommandObjectPlatform::~CommandObjectPlatform() = default;
26 CommandObjectPlatform.cpp \
49 "CommandObjectPlatform.cpp",
544 REGISTER_COMMAND_OBJECT("platform", CommandObjectPlatform); in LoadCommandDictionary()
3956 lldb/source/Commands/CommandObjectPlatform.h