Home
last modified time | relevance | path

Searched refs:HostAction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3704 return HostAction; in addDeviceDependencesToHostAction()
3742 return HostAction; in addDeviceDependencesToHostAction()
3815 if (HostAction) in appendTopLevelActions()
3830 if (CanUseBundler && HostAction && in appendTopLevelActions()
3833 OffloadAL.push_back(HostAction); in appendTopLevelActions()
3840 AL.back() = HostAction; in appendTopLevelActions()
3846 if (HostAction) in appendTopLevelActions()
3920 return HostAction; in processHostLinkAction()
4534 return HostAction; in BuildOffloadingActions()
4571 return HostAction; in BuildOffloadingActions()
[all …]
H A DAction.cpp331 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch) { in HostDependence()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h322 Action &HostAction; variable
336 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch), in HostDependence()
343 Action *getAction() const { return &HostAction; } in getAction()
H A DDriver.h498 Action *HostAction) const;