Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DCMakeLists.txt21 CommandObjectPlatform.cpp
H A DCommandObjectPlatform.cpp1901 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform() function in CommandObjectPlatform
1941 CommandObjectPlatform::~CommandObjectPlatform() = default;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn47 "CommandObjectPlatform.cpp",
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp525 REGISTER_COMMAND_OBJECT("platform", CommandObjectPlatform); in LoadCommandDictionary()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3961 lldb/source/Commands/CommandObjectPlatform.h