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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i39 GetLocalCacheDirectory();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h44 const char *GetLocalCacheDirectory();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp144 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { function in class:SBPlatformConnectOptions
146 GetLocalCacheDirectory);
638 GetLocalCacheDirectory, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp429 if (GetLocalCacheDirectory() && *GetLocalCacheDirectory())
430 stream.Printf("cache dir: %s", GetLocalCacheDirectory());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h625 virtual const char *GetLocalCacheDirectory();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1346 const char *Platform::GetLocalCacheDirectory() { function in class:Platform

Completed in 84 milliseconds