Searched refs:PlatformShellCommand (Results 1 – 2 of 2) sorted by relevance
53 struct PlatformShellCommand { struct54 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() argument63 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function68 ~PlatformShellCommand() = default;169 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()174 : m_opaque_ptr(new PlatformShellCommand(shell_command)) { in SBPlatformShellCommand()180 : m_opaque_ptr(new PlatformShellCommand()) { in SBPlatformShellCommand()
19 struct PlatformShellCommand;94 PlatformShellCommand *m_opaque_ptr;