Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt23 CommandObjectPlatform.cpp
H A DCommandObjectPlatform.cpp1902 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform() function in CommandObjectPlatform
1942 CommandObjectPlatform::~CommandObjectPlatform() = default;
/openbsd-src/gnu/usr.bin/clang/liblldbCommands/
H A DMakefile26 CommandObjectPlatform.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn49 "CommandObjectPlatform.cpp",
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp544 REGISTER_COMMAND_OBJECT("platform", CommandObjectPlatform); in LoadCommandDictionary()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3956 lldb/source/Commands/CommandObjectPlatform.h