Searched refs:root_dir_spec (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 82 void DeleteExistingModule(const FileSpec &root_dir_spec, in DeleteExistingModule() argument 96 ModuleLock lock(root_dir_spec, module_uuid, error); in DeleteExistingModule() 115 void DecrementRefExistingModule(const FileSpec &root_dir_spec, in DecrementRefExistingModule() argument 118 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule() 127 Status CreateHostSysRootModuleLink(const FileSpec &root_dir_spec, in CreateHostSysRootModuleLink() argument 133 JoinPath(JoinPath(root_dir_spec, hostname), in CreateHostSysRootModuleLink() 195 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Put() 228 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Get() 269 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut() argument 277 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in GetAndPut() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ModuleCache.h | 54 Status GetAndPut(const FileSpec &root_dir_spec, const char *hostname, 61 Status Put(const FileSpec &root_dir_spec, const char *hostname, 65 Status Get(const FileSpec &root_dir_spec, const char *hostname,
|