Home
last modified time | relevance | path

Searched refs:GetURL (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp108 const char *SBPlatformConnectOptions::GetURL() { in GetURL() function in SBPlatformConnectOptions
109 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformConnectOptions, GetURL); in GetURL()
414 if (platform_sp && connect_options.GetURL()) { in ConnectRemote()
416 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
715 LLDB_REGISTER_METHOD(const char *, SBPlatformConnectOptions, GetURL, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i25 GetURL();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h33 const char *GetURL();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36864 result = (char *)(arg1)->GetURL(); in _wrap_SBPlatformConnectOptions_GetURL()