Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp32 struct PlatformConnectOptions { struct
33 PlatformConnectOptions(const char *url = NULL) in PlatformConnectOptions() function
41 ~PlatformConnectOptions() {} in ~PlatformConnectOptions() argument
74 : m_opaque_ptr(new PlatformConnectOptions(url)) {} in SBPlatformConnectOptions()
78 : m_opaque_ptr(new PlatformConnectOptions()) { in SBPlatformConnectOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h17 struct PlatformConnectOptions;
50 PlatformConnectOptions *m_opaque_ptr;