Searched refs:symfile_spec (Results 1 – 2 of 2) sorted by relevance
123 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule() local124 llvm::sys::fs::remove(symfile_spec.GetPath()); in DecrementRefExistingModule()262 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get() local263 if (FileSystem::Instance().Exists(symfile_spec)) in Get()264 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in Get()338 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut() local339 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in GetAndPut()
3411 const FileSpec symfile_spec = in PrintModule() local3415 if (!symfile_spec || symfile_spec == module->GetFileSpec()) { in PrintModule()3422 DumpFullpath(strm, &symfile_spec, width); in PrintModule()4638 FileSpec symfile_spec; in DoExecute() local4640 ->ResolveSymbolFile(*target, module_spec, symfile_spec) in DoExecute()4642 module_spec.GetSymbolFileSpec() = symfile_spec; in DoExecute()