Searched refs:IsRelative (Results 1 – 13 of 13) sorted by relevance
90 const bool file_spec_relative = file_spec.IsRelative(); in FindCompatibleIndex()108 } else if (curr_file.IsRelative() || file_spec_relative) { in FindCompatibleIndex()
176 if (source_spec.IsRelative()) in GetFile()219 if (destination_spec.IsRelative()) in PutFile()
265 bool IsRelative() const;
493 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec517 if (IsRelative()) in MakeAbsolute()
265 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
222 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()
208 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
294 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
1353 const bool IsRelative = in emitCFIInstruction() local1358 if (IsRelative) in emitCFIInstruction()1402 const bool IsRelative = in emitCFIInstruction() local1410 if (IsRelative) in emitCFIInstruction()
28 if (file_spec.IsRelative()) in NormalizePath()
846 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
1758 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()1771 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()1848 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
155 if (!cmd_file.IsRelative()) { in DoExecute()