Lines Matching refs:exec_fspec
80 const FileSpec &exec_fspec, in LookForDsymNextToExecutablePath() argument
82 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
83 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
125 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
159 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
160 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
161 if (::LookForDsymNextToExecutablePath(module_spec, exec_fspec, in LocateDSYMInVincinityOfExecutable()
169 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
211 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFileDsym() local
217 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
236 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local
241 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
246 if (exec_fspec && in LocateExecutableObjectFile()
247 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
249 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()