Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp102 const char *SBPlatformConnectOptions::GetURL() { in GetURL() function in SBPlatformConnectOptions
384 if (platform_sp && connect_options.GetURL()) { in ConnectRemote()
386 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h37 const char *GetURL();
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39910 result = (char *)(arg1)->GetURL(); in _wrap_SBPlatformConnectOptions_GetURL()