Searched refs:CommandObjectPlatform (Results 1 – 6 of 6) 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;
21 CommandObjectPlatform.cpp
1901 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform() function in CommandObjectPlatform1941 CommandObjectPlatform::~CommandObjectPlatform() = default;
47 "CommandObjectPlatform.cpp",
525 REGISTER_COMMAND_OBJECT("platform", CommandObjectPlatform); in LoadCommandDictionary()
3961 lldb/source/Commands/CommandObjectPlatform.h