Lines Matching refs:AtTopLevel
5178 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForAction() argument
5189 C, A, TC, BoundArch, AtTopLevel, MultipleArchs, LinkingOutput, in BuildJobsForAction()
5197 bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, in BuildJobsForActionNoCache() argument
5241 DevA.append(BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel, in BuildJobsForActionNoCache()
5301 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
5338 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache()
5439 AtTopLevel)); in BuildJobsForActionNoCache()
5441 AtTopLevel, MultipleArchs, in BuildJobsForActionNoCache()
5596 StringRef OrigBoundArch, bool AtTopLevel, in GetNamedOutputPath() argument
5608 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath()
5615 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
5626 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()
5658 if (!AtTopLevel && isa<PrecompileJobAction>(JA) && in GetNamedOutputPath()
5663 if ((!AtTopLevel && !isSaveTempsEnabled() && in GetNamedOutputPath()
5778 if (!AtTopLevel && JA.getType() == types::TY_LLVM_BC && in GetNamedOutputPath()
5788 if (!AtTopLevel && isSaveTempsObj() && C.getArgs().hasArg(options::OPT_o) && in GetNamedOutputPath()
5800 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()