Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i45 SetLocalCacheDirectory(const char *path);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h46 void SetLocalCacheDirectory(const char *path);
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp153 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory() function in SBPlatformConnectOptions
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h608 virtual void SetLocalCacheDirectory(const char *local);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp338 SetLocalCacheDirectory( in ConnectRemote()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1322 void Platform::SetLocalCacheDirectory(const char *local) { in SetLocalCacheDirectory() function in Platform