Searched defs:root_dir_spec (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ModuleCache.cpp | 73 FileSpec GetModuleDirectory(const FileSpec &root_dir_spec, const UUID &uuid) { in GetModuleDirectory() 82 void DeleteExistingModule(const FileSpec &root_dir_spec, in DeleteExistingModule() 115 void DecrementRefExistingModule(const FileSpec &root_dir_spec, in DecrementRefExistingModule() 127 Status CreateHostSysRootModuleLink(const FileSpec &root_dir_spec, in CreateHostSysRootModuleLink() 153 ModuleLock::ModuleLock(const FileSpec &root_dir_spec, const UUID &uuid, in ModuleLock() 191 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() 215 Status ModuleCache::Get(const FileSpec &root_dir_spec, const char *hostname, in Get() 269 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut()
|