Searched refs:PlatformShellCommand (Results 1 – 2 of 2) sorted by relevance
49 struct PlatformShellCommand { struct50 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function59 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function64 ~PlatformShellCommand() = default;165 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()170 : m_opaque_ptr(new PlatformShellCommand(shell_command)) { in SBPlatformShellCommand()176 : m_opaque_ptr(new PlatformShellCommand()) { in SBPlatformShellCommand()
17 struct PlatformShellCommand;90 PlatformShellCommand *m_opaque_ptr;