Home
last modified time | relevance | path

Searched refs:SBPlatformConnectOptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp80 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
85 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
86 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
94 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()
96 SBPlatformConnectOptions &
97 SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()
99 SBPlatformConnectOptions &, in operator =()
100 SBPlatformConnectOptions, operator=,( in operator =()
132 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()
712 SBPlatformConnectOptions &, in RegisterMethods()
[all …]
H A DSBReproducer.cpp101 RegisterMethods<SBPlatformConnectOptions>(R); in SBRegistry()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h23 class LLDB_API SBPlatformConnectOptions {
25 SBPlatformConnectOptions(const char *url);
27 SBPlatformConnectOptions(const SBPlatformConnectOptions &rhs);
29 ~SBPlatformConnectOptions();
31 SBPlatformConnectOptions &operator=(const SBPlatformConnectOptions &rhs);
119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i14 ) SBPlatformConnectOptions;
15 class SBPlatformConnectOptions
18 SBPlatformConnectOptions (const char *url);
20 SBPlatformConnectOptions (const SBPlatformConnectOptions &rhs);
22 ~SBPlatformConnectOptions ();
151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36777 result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((char const *)arg1); in _wrap_new_SBPlatformConnectOptions__SWIG_0()
36791 lldb::SBPlatformConnectOptions *arg1 = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_1()
36801 …result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((lldb::SBPlatformCon… in _wrap_new_SBPlatformConnectOptions__SWIG_1()
36854 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetURL()
36878 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_SetURL()
36904 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetRsyncEnabled()
36928 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_EnableRsync()
36960 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_DisableRsync()
36983 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetLocalCacheDirectory()
37007 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_SetLocalCacheDirectory()
[all …]