Searched refs:PlatformShellCommand (Results 1 – 2 of 2) sorted by relevance
17 struct PlatformShellCommand;90 PlatformShellCommand *m_opaque_ptr;
52 struct PlatformShellCommand { struct53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function63 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) in PlatformShellCommand() argument69 ~PlatformShellCommand() = default;179 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()185 : m_opaque_ptr(new PlatformShellCommand(shell_command)) { in SBPlatformShellCommand()192 : m_opaque_ptr(new PlatformShellCommand()) { in SBPlatformShellCommand()