Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp533 class CommandObjectPlatformFClose : public CommandObjectParsed { class
535 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() function in CommandObjectPlatformFClose
542 ~CommandObjectPlatformFClose() override = default;
771 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()