Lines Matching refs:AtTopLevel
1978 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument
1995 BuildJobsForActionNoCache(C, A, TC, BoundArch, AtTopLevel, MultipleArchs, in BuildJobsForAction()
2003 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument
2013 C, DA, TC, nullptr, AtTopLevel, in BuildJobsForActionNoCache()
2044 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
2076 C, DA, TC, "", AtTopLevel, in BuildJobsForActionNoCache()
2088 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache()
2112 AtTopLevel, MultipleArchs), in BuildJobsForActionNoCache()
2171 const char *BoundArch, bool AtTopLevel, in GetNamedOutputPath() argument
2175 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath()
2182 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
2193 if (AtTopLevel && !CCGenDiagnostics && in GetNamedOutputPath()
2210 if ((!AtTopLevel && !isSaveTempsEnabled() && in GetNamedOutputPath()
2281 if (!AtTopLevel && C.getArgs().hasArg(options::OPT_emit_llvm) && in GetNamedOutputPath()
2290 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) && in GetNamedOutputPath()
2302 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()