Home
last modified time | relevance | path

Searched refs:GetLocalCacheDirectory (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBPlatform.h48 const char *GetLocalCacheDirectory();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp289 if (GetLocalCacheDirectory() && *GetLocalCacheDirectory()) in GetPlatformSpecificConnectionInformation()
290 stream.Printf("cache dir: %s", GetLocalCacheDirectory()); in GetPlatformSpecificConnectionInformation()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBPlatform.cpp151 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { in GetLocalCacheDirectory() function in SBPlatformConnectOptions
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h633 virtual const char *GetLocalCacheDirectory();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1283 const char *Platform::GetLocalCacheDirectory() { in GetLocalCacheDirectory() function in Platform
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp41676 result = (char *)(arg1)->GetLocalCacheDirectory(); in _wrap_SBPlatformConnectOptions_GetLocalCacheDirectory()