Lines Matching refs:AtTopLevel
5346 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument
5357 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForAction()
5396 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument
5440 DevA.append(BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel, in BuildJobsForActionNoCache()
5500 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
5537 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache()
5638 AtTopLevel)); in BuildJobsForActionNoCache()
5640 AtTopLevel, MultipleArchs, in BuildJobsForActionNoCache()
5804 StringRef OrigBoundArch, bool AtTopLevel, in GetNamedOutputPath() argument
5816 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath()
5823 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
5834 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()
5873 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode()) in GetNamedOutputPath()
5884 if (!AtTopLevel && isa<PrecompileJobAction>(JA) && in GetNamedOutputPath()
5889 if ((!AtTopLevel && !isSaveTempsEnabled() && in GetNamedOutputPath()
6015 if (!AtTopLevel && JA.getType() == types::TY_LLVM_BC && in GetNamedOutputPath()
6025 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) && in GetNamedOutputPath()
6037 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()