Searched defs:root_dir_spec (Results 1 – 1 of 1) sorted by relevance
/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 73 FileSpec GetModuleDirectory(const FileSpec &root_dir_spec, const UUID &uuid) { in GetModuleDirectory() argument 82 void DeleteExistingModule(const FileSpec &root_dir_spec, in DeleteExistingModule() argument 115 void DecrementRefExistingModule(const FileSpec &root_dir_spec, in DecrementRefExistingModule() argument 127 Status CreateHostSysRootModuleLink(const FileSpec &root_dir_spec, in CreateHostSysRootModuleLink() argument 153 ModuleLock(const FileSpec & root_dir_spec,const UUID & uuid,Status & error) ModuleLock() argument 191 Put(const FileSpec & root_dir_spec,const char * hostname,const ModuleSpec & module_spec,const FileSpec & tmp_file,const FileSpec & target_file) Put() argument 215 Get(const FileSpec & root_dir_spec,const char * hostname,const ModuleSpec & module_spec,ModuleSP & cached_module_sp,bool * did_create_ptr) Get() argument 269 GetAndPut(const FileSpec & root_dir_spec,const char * hostname,const ModuleSpec & module_spec,const ModuleDownloader & module_downloader,const SymfileDownloader & symfile_downloader,lldb::ModuleSP & cached_module_sp,bool * did_create_ptr) GetAndPut() argument [all...] |