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()104 if (status(sysroot_module_path_spec.GetPath(), st)) in DeleteExistingModule()116 const FileSpec &sysroot_module_path_spec) { in DecrementRefExistingModule() argument118 DeleteExistingModule(root_dir_spec, sysroot_module_path_spec); in DecrementRefExistingModule()121 llvm::sys::fs::remove(sysroot_module_path_spec.GetPath()); in DecrementRefExistingModule()123 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule()132 const auto sysroot_module_path_spec = in CreateHostSysRootModuleLink() local135 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()139 DecrementRefExistingModule(root_dir_spec, sysroot_module_path_spec); in CreateHostSysRootModuleLink()[all …]