Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp236 FileSpec bundle_exe_file_spec(path); in LocateMacOSXFilesUsingDebugSymbols() local
237 FileSystem::Instance().Resolve(bundle_exe_file_spec); in LocateMacOSXFilesUsingDebugSymbols()
239 bundle_exe_file_spec, 0, 0, module_specs) && in LocateMacOSXFilesUsingDebugSymbols()
245 return_module_spec.GetFileSpec() = bundle_exe_file_spec; in LocateMacOSXFilesUsingDebugSymbols()