Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DModuleCache.cpp122 FileSpec symfile_spec = GetSymbolFileSpec(sysroot_module_path_spec); in DecrementRefExistingModule() local
123 llvm::sys::fs::remove(symfile_spec.GetPath()); in DecrementRefExistingModule()
258 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get() local
259 if (FileSystem::Instance().Exists(symfile_spec)) in Get()
260 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in Get()
332 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut() local
333 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in GetAndPut()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp88 FileSpec symfile_spec(objfile->GetFileSpec()); in LocateExecutableScriptingResources() local
89 if (symfile_spec && in LocateExecutableScriptingResources()
90 strcasestr(symfile_spec.GetPath().c_str(), in LocateExecutableScriptingResources()
92 FileSystem::Instance().Exists(symfile_spec)) { in LocateExecutableScriptingResources()
129 symfile_spec.GetDirectory().GetCString(), in LocateExecutableScriptingResources()
133 symfile_spec.GetDirectory().GetCString(), in LocateExecutableScriptingResources()
157 symfile_spec.GetPath().c_str(), in LocateExecutableScriptingResources()
167 symfile_spec.GetPath().c_str(), reason_for_complaint, in LocateExecutableScriptingResources()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp3208 const FileSpec symfile_spec = in PrintModule() local
3212 if (!symfile_spec || symfile_spec == module->GetFileSpec()) { in PrintModule()
3219 DumpFullpath(strm, &symfile_spec, width); in PrintModule()
4368 FileSpec symfile_spec; in DoExecute() local
4370 ->ResolveSymbolFile(*target, module_spec, symfile_spec) in DoExecute()
4372 module_spec.GetSymbolFileSpec() = symfile_spec; in DoExecute()