Lines Matching refs:AtTopLevel
3873 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument
3883 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForAction()
3891 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument
3934 BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel, in BuildJobsForActionNoCache()
3982 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
4019 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache()
4117 !AtTopLevel); in BuildJobsForActionNoCache()
4119 AtTopLevel, MultipleArchs, in BuildJobsForActionNoCache()
4198 StringRef BoundArch, bool AtTopLevel, in GetNamedOutputPath() argument
4203 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath()
4210 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
4221 if (AtTopLevel && !CCGenDiagnostics && isa<PreprocessJobAction>(JA)) in GetNamedOutputPath()
4237 if ((!AtTopLevel && !isSaveTempsEnabled() && in GetNamedOutputPath()
4324 if (!AtTopLevel && C.getArgs().hasArg(options::OPT_emit_llvm) && in GetNamedOutputPath()
4333 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) && in GetNamedOutputPath()
4345 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()