Searched refs:PlatformShellCommand (Results 1 – 2 of 2) sorted by relevance
52 struct PlatformShellCommand { struct53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function62 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function67 ~PlatformShellCommand() = default;168 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()173 : m_opaque_ptr(new PlatformShellCommand(shell_command)) { in SBPlatformShellCommand()179 : m_opaque_ptr(new PlatformShellCommand()) { in SBPlatformShellCommand()
19 struct PlatformShellCommand;94 PlatformShellCommand *m_opaque_ptr;