Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp760 class CommandObjectPlatformFile : public CommandObjectMultiword { class
763 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile
778 ~CommandObjectPlatformFile() override = default;
782 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;
783 const CommandObjectPlatformFile &
784 operator=(const CommandObjectPlatformFile &) = delete;
1922 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()