Lines Matching refs:exec_fspec
78 const FileSpec &exec_fspec, in LookForDsymNextToExecutablePath() argument
80 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
81 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
123 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
156 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
157 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
158 if (::LookForDsymNextToExecutablePath(module_spec, exec_fspec, in LocateDSYMInVincinityOfExecutable()
166 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
208 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFileDsym() local
214 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
233 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local
238 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
243 if (exec_fspec && in LocateExecutableObjectFile()
244 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
246 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()