Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp736 class CommandObjectPlatformFile : public CommandObjectMultiword { class
739 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile
754 ~CommandObjectPlatformFile() override = default;
758 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;
759 const CommandObjectPlatformFile &
760 operator=(const CommandObjectPlatformFile &) = delete;
1825 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()