Searched refs:exec_fspec (Results 1 – 2 of 2) sorted by relevance
71 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local76 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()81 if (exec_fspec && in LocateExecutableObjectFile()82 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()85 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
131 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableObjectFile() local132 if (exec_fspec) { in LocateExecutableObjectFile()397 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()398 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()440 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()474 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local475 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()484 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()574 if (exec_fspec) { in LocateMacOSXFilesUsingDebugSymbols()770 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFile() local[all …]