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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h17 struct PlatformShellCommand;
83 PlatformShellCommand *m_opaque_ptr;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp49 // PlatformShellCommand
50 struct PlatformShellCommand { struct
51 PlatformShellCommand(const char *shell_command = nullptr) function in struct:PlatformShellCommand
57 ~PlatformShellCommand() {}
163 : m_opaque_ptr(new PlatformShellCommand(shell_command)) {
170 : m_opaque_ptr(new PlatformShellCommand()) {

Completed in 64 milliseconds