Home
last modified time | relevance | path

Searched refs:sysroot_module_path_spec (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp83 const FileSpec &sysroot_module_path_spec) { in DeleteExistingModule() argument
88 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() argument
118 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() local
135 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()
139 DecrementRefExistingModule(root_dir_spec, sysroot_module_path_spec); in CreateHostSysRootModuleLink()
[all …]