Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDAction.cpp24 case OffloadClass: in getClassName()
61 if (Kind == OffloadClass) in propagateDeviceOffloadInfo()
80 if (Kind == OffloadClass) in propagateHostOffloadInfo()
187 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()) { in OffloadAction()
195 : Action(OffloadClass, DDeps.getActions(), Ty), in OffloadAction()
216 : Action(OffloadClass, HDep.getAction()), HostTC(HDep.getToolChain()), in OffloadAction()
HDToolChain.cpp548 case Action::OffloadClass: in getTool()
HDDriver.cpp4930 else if (A->getKind() == Action::OffloadClass && in BuildJobs()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h58 OffloadClass, enumerator
396 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof()