Lines Matching defs:exec_fspec
131 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr();
132 if (exec_fspec) {
134 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path)))
388 // Given a binary exec_fspec, and a ModuleSpec with an architecture/uuid,
389 // return true if there is a matching dSYM bundle next to the exec_fspec,
391 // If there is a .dSYM.yaa compressed archive next to the exec_fspec,
395 const FileSpec &exec_fspec,
397 ConstString filename = exec_fspec.GetFilename();
398 FileSpec dsym_directory = exec_fspec;
440 FileSpec dsym_yaa_fspec = exec_fspec;
474 const FileSpec &exec_fspec = module_spec.GetFileSpec();
475 if (exec_fspec) {
476 if (::LookForDsymNextToExecutablePath(module_spec, exec_fspec,
484 FileSpec parent_dirs = exec_fspec;
573 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr();
574 if (exec_fspec) {
576 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path)))
770 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr();
776 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>",