Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp49 struct PlatformShellCommand { struct
50 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function
59 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function
64 ~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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h17 struct PlatformShellCommand;
90 PlatformShellCommand *m_opaque_ptr;