Searched refs:CompileDeviceOnly (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2349 bool CompileDeviceOnly = false; member in class:__anon472::final::CudaActionBuilderBase
2519 CompileDeviceOnly = PartialCompilationArg &&
2599 if (CompileDeviceOnly || CurPhase == phases::Backend) {
2623 CompileDeviceOnly)
2647 if (!CompileDeviceOnly) {
2661 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success;
2746 if (!CompileDeviceOnly) {
2758 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success;
2783 return (CompileDeviceOnly && CurPhase == FinalPhase) ? ABRT_Ignore_Host

Completed in 209 milliseconds