Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp54 struct PlatformShellCommand { struct
55 PlatformShellCommand(const char *shell_command = NULL) in PlatformShellCommand() function
61 ~PlatformShellCommand() {} in ~PlatformShellCommand() argument
141 : m_opaque_ptr(new PlatformShellCommand(shell_command)) {} in SBPlatformShellCommand()
145 : m_opaque_ptr(new PlatformShellCommand()) { in SBPlatformShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h18 struct PlatformShellCommand;
84 PlatformShellCommand *m_opaque_ptr;