Searched refs:root_dir_spec (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 57 ModuleLock(const FileSpec &root_dir_spec, const UUID &uuid, Status &error); 73 FileSpec GetModuleDirectory(const FileSpec &root_dir_spec, const UUID &uuid) { in GetModuleDirectory() argument 74 const auto modules_dir_spec = JoinPath(root_dir_spec, kModulesSubdir); in GetModuleDirectory() 82 void DeleteExistingModule(const FileSpec &root_dir_spec, in DeleteExistingModule() argument 96 ModuleLock lock(root_dir_spec, module_uuid, error); in DeleteExistingModule() 110 const auto module_spec_dir = GetModuleDirectory(root_dir_spec, module_uuid); 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() [all …]
|
| /src/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,
|