Searched refs:IsRelative (Results 1 – 9 of 9) sorted by relevance
318 bool IsRelative() const;
229 const bool is_relative = m_file_spec.IsRelative(); in SearchCallback()
177 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
270 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
368 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
1347 const bool IsRelative = in EmitCFIInstruction() local1352 if (IsRelative) in EmitCFIInstruction()1383 const bool IsRelative = in EmitCFIInstruction() local1391 if (IsRelative) in EmitCFIInstruction()
954 if (file.IsRelative()) { in GetFile()959 if (!file.IsRelative()) in GetFile()
819 if (cu_file_spec.IsRelative()) { in ParseCompileUnit()1633 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()1686 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
541 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec