Searched refs:sysroot_module_path_spec (Results 1 – 1 of 1) sorted by relevance
82 const FileSpec &sysroot_module_path_spec) { in DeleteExistingModule() argument87 std::make_shared<Module>(ModuleSpec(sysroot_module_path_spec)); in DeleteExistingModule()103 if (status(sysroot_module_path_spec.GetPath(), st)) in DeleteExistingModule()115 const FileSpec &sysroot_module_path_spec) { in DecrementRefExistingModule() argument117 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule()120 llvm::sys::fs::remove(sysroot_module_path_spec.GetPath()); in DecrementRefExistingModule()122 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule()131 const auto sysroot_module_path_spec = in CreateHostSysRootModuleLink() local134 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()138 DecrementRefExistingModule(root_dir_spec, sysroot_module_path_spec); in CreateHostSysRootModuleLink()[all …]