Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp123 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule() local
124 llvm::sys::fs::remove(symfile_spec.GetPath()); in DecrementRefExistingModule()
262 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get() local
263 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() local
339 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in GetAndPut()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3411 const FileSpec symfile_spec = in PrintModule() local
3415 if (!symfile_spec || symfile_spec == module->GetFileSpec()) { in PrintModule()
3422 DumpFullpath(strm, &symfile_spec, width); in PrintModule()
4638 FileSpec symfile_spec; in DoExecute() local
4640 ->ResolveSymbolFile(*target, module_spec, symfile_spec) in DoExecute()
4642 module_spec.GetSymbolFileSpec() = symfile_spec; in DoExecute()