Lines Matching refs:AtTopLevel
4970 /*AtTopLevel*/ true,
5432 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
5443 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput,
5482 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
5526 DevA.append(BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel,
5542 C, DepA, DepTC, DepBoundArch, /*AtTopLevel=*/false,
5586 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel,
5611 C, DepA, DepTC, DepBoundArch, /* AtTopLevel */ false,
5623 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A));
5684 /*AtTopLevel=*/false,
5724 AtTopLevel));
5726 AtTopLevel, MultipleArchs,
5880 StringRef OrigBoundArch, bool AtTopLevel,
5892 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) {
5899 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
5910 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) {
5955 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode())
5966 if (!AtTopLevel && isa<PrecompileJobAction>(JA) &&
5973 if ((!AtTopLevel && !isSaveTempsEnabled() &&
6099 if (!AtTopLevel && JA.getType() == types::TY_LLVM_BC &&
6109 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) &&
6121 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) {