Home
last modified time | relevance | path

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

/freebsd/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()
1777 auto dir_spec = GetGlobalPlatformProperties().GetModuleCacheDirectory(); in GetModuleCacheRoot() local
1778 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot()
1779 return dir_spec; in GetModuleCacheRoot()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp149 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
150 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
151 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
158 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
159 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
160 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp713 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
714 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
715 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
722 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
723 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
724 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h55 bool SetModuleCacheDirectory(const FileSpec &dir_spec);
58 void SetDefaultModuleCacheDirectory(const FileSpec &dir_spec);