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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2383 bool CompileDeviceOnly = false; member in class:__anon1848::final::CudaActionBuilderBase
2553 CompileDeviceOnly = PartialCompilationArg &&
2633 if (CompileDeviceOnly || CurPhase == phases::Backend) {
2657 CompileDeviceOnly)
2681 if (!CompileDeviceOnly) {
2695 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success;
2783 if (!CompileDeviceOnly) {
2795 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success;
2820 return (CompileDeviceOnly && CurPhase == FinalPhase) ? ABRT_Ignore_Host

Completed in 54 milliseconds