Searched refs:sysroot_module_path_spec (Results 1 – 1 of 1) sorted by relevance
83 const FileSpec &sysroot_module_path_spec) { in DeleteExistingModule() argument88 std::make_shared<Module>(ModuleSpec(sysroot_module_path_spec)); in DeleteExistingModule()105 if (status(sysroot_module_path_spec.GetPath(), st)) in DeleteExistingModule()117 const FileSpec &sysroot_module_path_spec) { in DecrementRefExistingModule() argument119 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule()122 llvm::sys::fs::remove(sysroot_module_path_spec.GetPath()); in DecrementRefExistingModule()124 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule()133 const auto sysroot_module_path_spec = in CreateHostSysRootModuleLink() local136 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()140 DecrementRefExistingModule(root_dir_spec, sysroot_module_path_spec); in CreateHostSysRootModuleLink()[all …]