Lines Matching defs:AtTopLevel
5216 /*AtTopLevel*/ true,
5678 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
5689 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput,
5728 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput,
5772 DevA.append(BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel,
5788 C, DepA, DepTC, DepBoundArch, /*AtTopLevel=*/false,
5833 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel,
5858 C, DepA, DepTC, DepBoundArch, /* AtTopLevel */ false,
5870 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A));
5931 /*AtTopLevel=*/false,
5971 AtTopLevel));
5973 AtTopLevel, MultipleArchs,
6122 StringRef OrigBoundArch, bool AtTopLevel,
6134 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) {
6141 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
6152 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) {
6197 if (AtTopLevel && JA.getType() == types::TY_PP_Asm && IsDXCMode())
6208 if (!AtTopLevel && isa<PrecompileJobAction>(JA) &&
6215 if ((!AtTopLevel && !isSaveTempsEnabled() &&
6341 if (!AtTopLevel && JA.getType() == types::TY_LLVM_BC &&
6351 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) &&
6363 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) {