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

/external/clang/lib/Driver/
H A DDriver.cpp1397 /*AtTopLevel*/ true,
1498 bool AtTopLevel,
1527 AtTopLevel, MultipleArchs, LinkingOutput, Result);
1546 if (AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)))
1568 AtTopLevel, MultipleArchs),
1622 bool AtTopLevel,
1626 if (AtTopLevel && !isa<DsymutilJobAction>(JA) &&
1634 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
1644 if (AtTopLevel && !CCGenDiagnostics &&
1660 if ((!AtTopLevel
1494 BuildJobsForAction(Compilation &C, const Action *A, const ToolChain *TC, const char *BoundArch, bool AtTopLevel, bool MultipleArchs, const char *LinkingOutput, InputInfo &Result) const argument
1618 GetNamedOutputPath(Compilation &C, const JobAction &JA, const char *BaseInput, const char *BoundArch, bool AtTopLevel, bool MultipleArchs) const argument
[all...]

Completed in 379 milliseconds