Lines Matching refs:CompileDeviceOnly
2847 bool CompileDeviceOnly = false; member in __anon9720d3580811::OffloadingActionBuilder::CudaActionBuilderBase
3067 CompileDeviceOnly = C.getDriver().offloadDeviceOnly(); in initialize()
3208 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences()
3232 CompileDeviceOnly) in getDeviceDependences()
3255 if (!CompileDeviceOnly) { in getDeviceDependences()
3269 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3412 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()
3417 if (!CompileDeviceOnly) { in getDeviceDependences()
3430 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3447 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3455 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()
3469 return (CompileDeviceOnly && CurPhase == FinalPhase) ? ABRT_Ignore_Host in getDeviceDependences()
3512 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()
3515 CompileDeviceOnly ? types::TY_HIP_FATBIN : types::TY_Object); in appendLinkDeviceActions()