Lines Matching refs:AtTopLevel
1342 // top-level actions list with AtTopLevel=true and run independently.
1355 /* AtTopLevel */ true));
1363 // with AtTopLevel=false and become inputs for the host action.
1368 /* AtTopLevel */ false));
1668 /*AtTopLevel*/ true,
1800 bool AtTopLevel, bool MultipleArchs,
1810 BuildJobsForAction(C, DA, TC, nullptr, AtTopLevel,
1844 BuildJobsForAction(C, *BAA->begin(), TC, ArchName, AtTopLevel,
1873 BuildJobsForAction(C, DA, TC, "", AtTopLevel,
1886 if (AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)))
1912 AtTopLevel, MultipleArchs),
1970 const char *BoundArch, bool AtTopLevel,
1974 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) {
1981 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
1992 if (AtTopLevel && !CCGenDiagnostics &&
2009 if ((!AtTopLevel && !isSaveTempsEnabled() &&
2077 if (!AtTopLevel && C.getArgs().hasArg(options::OPT_emit_llvm) &&
2086 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) &&
2098 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) {