Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i45 SetLocalCacheDirectory(const char *path);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h46 void SetLocalCacheDirectory(const char *path);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp166 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory() function in SBPlatformConnectOptions
167 LLDB_RECORD_METHOD(void, SBPlatformConnectOptions, SetLocalCacheDirectory, in SetLocalCacheDirectory()
723 LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, SetLocalCacheDirectory, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h644 virtual void SetLocalCacheDirectory(const char *local);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp335 SetLocalCacheDirectory( in ConnectRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1362 void Platform::SetLocalCacheDirectory(const char *local) { in SetLocalCacheDirectory() function in Platform
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37019 (arg1)->SetLocalCacheDirectory((char const *)arg2); in _wrap_SBPlatformConnectOptions_SetLocalCacheDirectory()