Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp24 case OffloadClass: in getClassName()
63 if (Kind == OffloadClass) in propagateDeviceOffloadInfo()
82 if (Kind == OffloadClass) in propagateHostOffloadInfo()
195 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()) { in OffloadAction()
203 : Action(OffloadClass, DDeps.getActions(), Ty), in OffloadAction()
224 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()), in OffloadAction()
H A DToolChain.cpp631 case Action::OffloadClass: in getTool()
H A DDriver.cpp5276 else if (A->getKind() == Action::OffloadClass && in BuildJobs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h58 OffloadClass, enumerator
397 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof()