Searched refs:root_dir_spec (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/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() 116 void DecrementRefExistingModule(const FileSpec &root_dir_spec, in DecrementRefExistingModule() argument 119 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule() 128 Status CreateHostSysRootModuleLink(const FileSpec &root_dir_spec, in CreateHostSysRootModuleLink() argument 134 JoinPath(JoinPath(root_dir_spec, hostname), in CreateHostSysRootModuleLink() 192 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Put() 225 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Get() 266 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut() argument 274 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in GetAndPut() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ModuleCache.h | 57 Status GetAndPut(const FileSpec &root_dir_spec, const char *hostname, 64 Status Put(const FileSpec &root_dir_spec, const char *hostname, 68 Status Get(const FileSpec &root_dir_spec, const char *hostname,
|