Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp53 struct PlatformShellCommand { struct
54 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() argument
63 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function
68 ~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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h19 struct PlatformShellCommand;
94 PlatformShellCommand *m_opaque_ptr;