Searched refs:DepA (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 5524 OA->doOnEachDeviceDependence([&](Action *DepA, const ToolChain *DepTC, in BuildJobsForActionNoCache() 5526 DevA.append(BuildJobsForAction(C, DepA, DepTC, DepBoundArch, AtTopLevel, in BuildJobsForActionNoCache() 5529 DepA->getOffloadingDeviceKind())); in BuildJobsForActionNoCache() 5540 [&](Action *DepA, const ToolChain *DepTC, const char *DepBoundArch) { in BuildJobsForActionNoCache() argument 5542 C, DepA, DepTC, DepBoundArch, /*AtTopLevel=*/false, in BuildJobsForActionNoCache() 5544 DepA->getOffloadingDeviceKind())); in BuildJobsForActionNoCache() 5609 [&](Action *DepA, const ToolChain *DepTC, const char *DepBoundArch) { in BuildJobsForActionNoCache() argument 5611 C, DepA, DepTC, DepBoundArch, /* AtTopLevel */ false, in BuildJobsForActionNoCache() 5613 DepA->getOffloadingDeviceKind())); in BuildJobsForActionNoCache()
|