Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i45 SetLocalCacheDirectory(const char *path);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h46 void SetLocalCacheDirectory(const char *path);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp153 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory() function in SBPlatformConnectOptions
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h609 virtual void SetLocalCacheDirectory(const char *local);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp339 SetLocalCacheDirectory( in ConnectRemote()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1323 void Platform::SetLocalCacheDirectory(const char *local) { in SetLocalCacheDirectory() function in Platform