Home
last modified time | relevance | path

Searched refs:root_dir_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp81 void DeleteExistingModule(const FileSpec &root_dir_spec, in DeleteExistingModule() argument
95 ModuleLock lock(root_dir_spec, module_uuid, error); in DeleteExistingModule()
114 void DecrementRefExistingModule(const FileSpec &root_dir_spec, in DecrementRefExistingModule() argument
117 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule()
126 Status CreateHostSysRootModuleLink(const FileSpec &root_dir_spec, in CreateHostSysRootModuleLink() argument
132 JoinPath(JoinPath(root_dir_spec, hostname), in CreateHostSysRootModuleLink()
194 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Put()
227 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in Get()
268 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut() argument
276 GetModuleDirectory(root_dir_spec, module_spec.GetUUID()); in GetAndPut()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h54 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,