Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp447 ModuleSpec mutable_mod_spec = mod_spec; in LookForDsymNextToExecutablePath() local
449 if (PluginManager::DownloadObjectAndSymbolFile(mutable_mod_spec, error, in LookForDsymNextToExecutablePath()
451 FileSystem::Instance().Exists(mutable_mod_spec.GetSymbolFileSpec())) { in LookForDsymNextToExecutablePath()
452 dsym_fspec = mutable_mod_spec.GetSymbolFileSpec(); in LookForDsymNextToExecutablePath()