Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h16 struct PlatformConnectOptions;
49 PlatformConnectOptions *m_opaque_ptr;
/openbsd/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp32 struct PlatformConnectOptions { struct
33 PlatformConnectOptions(const char *url = nullptr) { in PlatformConnectOptions() argument
38 ~PlatformConnectOptions() = default;
76 : m_opaque_ptr(new PlatformConnectOptions(url)) { in SBPlatformConnectOptions()
82 : m_opaque_ptr(new PlatformConnectOptions()) { in SBPlatformConnectOptions()