Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp90 ModuleSpec return_module_spec; in LocateExecutableObjectFile() local
91 return_module_spec = module_spec; in LocateExecutableObjectFile()
92 return_module_spec.GetFileSpec().Clear(); in LocateExecutableObjectFile()
93 return_module_spec.GetSymbolFileSpec().Clear(); in LocateExecutableObjectFile()
162 return_module_spec.GetSymbolFileSpec() = dsym_filespec; in LocateExecutableObjectFile()
195 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
213 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
238 return_module_spec.GetFileSpec() = exec_filespec; in LocateExecutableObjectFile()
279 return_module_spec.GetFileSpec() = bundle_exe_file_spec; in LocateExecutableObjectFile()
307 return_module_spec.GetFileSpec() = file_spec; in LocateExecutableObjectFile()
[all …]