Searched defs:AtTopLevel (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DDriver.cpp1380 /*AtTopLevel*/ true,
1478 bool AtTopLevel,
1507 AtTopLevel, MultipleArchs, LinkingOutput, Result);
1526 if (AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)))
1548 AtTopLevel, MultipleArchs),
1570 bool AtTopLevel,
1574 if (AtTopLevel && !isa<DsymutilJobAction>(JA) &&
1581 if (AtTopLevel && !CCGenDiagnostics &&
1586 if ((!AtTopLevel && !C.getArgs().hasArg(options::OPT_save_temps) &&
1655 if (!AtTopLevel
1474 BuildJobsForAction(Compilation &C, const Action *A, const ToolChain *TC, const char *BoundArch, bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, InputInfo &Result) const argument
1566 GetNamedOutputPath(Compilation &C, const JobAction &JA, const char *BaseInput, const char *BoundArch, bool AtTopLevel, bool MultipleArchs) const argument
[all...]

Completed in 105 milliseconds