Home
last modified time | relevance | path

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

/freebsd-14.2/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()
238 return_module_spec.GetFileSpec() = exec_filespec; in LocateExecutableObjectFile()
307 return_module_spec.GetFileSpec() = file_spec; in LocateExecutableObjectFile()
324 return return_module_spec; in LocateExecutableObjectFile()
533 return_module_spec = module_spec; in LocateMacOSXFilesUsingDebugSymbols()
534 return_module_spec.GetFileSpec().Clear(); in LocateMacOSXFilesUsingDebugSymbols()
[all …]