Home
last modified time | relevance | path

Searched defs:Jobs (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp71 const driver::JobList &Jobs = C->getJobs(); in createInvocationFromCommandLine() local
/external/clang/lib/Driver/
DCompilation.cpp97 const JobList *Jobs = cast<JobList>(&J); in PrintJob() local
200 const JobList *Jobs = cast<JobList>(&J); in ExecuteJob() local
/external/clang/examples/clang-interpreter/
Dmain.cpp94 const driver::JobList &Jobs = C->getJobs(); in main() local
/external/clang/include/clang/Driver/
DCompilation.h46 JobList Jobs; variable
/external/clang/utils/analyzer/
DSATestBuild.py145 Jobs = math.ceil(detectCPUs() * 0.75) variable
/external/clang/lib/Tooling/
DTooling.cpp64 const clang::driver::JobList &Jobs = Compilation->getJobs(); in getCC1Arguments() local