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.cpp3213 virtual ActionBuilderReturnCode addDeviceDependences(Action *HostAction) { in addDeviceDependences() argument
3302 ActionBuilderReturnCode addDeviceDependences(Action *HostAction) override { in addDeviceDependences() argument
3309 if (auto *IA = dyn_cast<InputAction>(HostAction)) { in addDeviceDependences()
3344 if (auto *UA = dyn_cast<OffloadUnbundlingJobAction>(HostAction)) { in addDeviceDependences()
3991 void recordHostAction(Action *HostAction, const Arg *InputArg) { in recordHostAction() argument
3992 assert(HostAction && "Invalid host action"); in recordHostAction()
3994 auto Loc = HostActionToInputArgMap.try_emplace(HostAction, InputArg).first; in recordHostAction()
4005 addDeviceDependencesToHostAction(Action *HostAction, const Arg *InputArg, in addDeviceDependencesToHostAction() argument
4012 return HostAction; in addDeviceDependencesToHostAction()
4014 assert(HostAction && "Invalid host action!"); in addDeviceDependencesToHostAction()
[all …]
H A DAction.cpp339 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch) { in HostDependence()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h323 Action &HostAction; variable
337 : HostAction(A), HostToolChain(TC), HostBoundArch(BoundArch), in HostDependence()
344 Action *getAction() const { return &HostAction; } in getAction()
H A DDriver.h533 Action *HostAction) const;