Home
last modified time | relevance | path

Searched refs:dir_spec (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp113 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory() argument
115 dir_spec); in SetModuleCacheDirectory()
119 const FileSpec &dir_spec) { in SetDefaultModuleCacheDirectory() argument
123 f_spec_opt->SetDefaultValue(dir_spec); in SetDefaultModuleCacheDirectory()
1825 auto dir_spec = GetGlobalPlatformProperties().GetModuleCacheDirectory(); in GetModuleCacheRoot() local
1826 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot()
1827 return dir_spec; in GetModuleCacheRoot()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp712 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
713 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
714 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
721 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
722 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
723 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h53 bool SetModuleCacheDirectory(const FileSpec &dir_spec);
56 void SetDefaultModuleCacheDirectory(const FileSpec &dir_spec);