Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp759 class CommandObjectPlatformFile : public CommandObjectMultiword { class
762 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile
777 ~CommandObjectPlatformFile() override = default;
781 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;
782 const CommandObjectPlatformFile &
783 operator=(const CommandObjectPlatformFile &) = delete;
1921 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()