Home
last modified time | relevance | path

Searched refs:getCudaDeviceToolChain (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
DCompilation.h88 const ToolChain *getCudaDeviceToolChain() const { in getCudaDeviceToolChain() function
/external/clang/lib/Driver/
DDriver.cpp1319 assert(C.getCudaDeviceToolChain() && in buildCudaActions()
1322 C.getDriver().BuildActions(C, *C.getCudaDeviceToolChain(), Args, in buildCudaActions()
1853 BuildJobsForAction(C, *CDA->begin(), C.getCudaDeviceToolChain(), in BuildJobsForAction()
DTools.cpp3465 if (&getToolChain() == C.getCudaDeviceToolChain()) in ConstructJob()
3468 AuxToolChain = C.getCudaDeviceToolChain(); in ConstructJob()