Lines Matching refs:exec_fspec
76 const FileSpec &exec_fspec, in LookForDsymNextToExecutablePath() argument
78 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
79 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
121 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
154 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
155 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
156 if (::LookForDsymNextToExecutablePath (module_spec, exec_fspec, dsym_fspec)) { in LocateDSYMInVincinityOfExecutable()
162 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
203 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFileDsym() local
211 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
229 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableObjectFile() local
235 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
240 if (exec_fspec && in LocateExecutableObjectFile()
241 ObjectFile::GetModuleSpecifications(*exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
243 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()