Lines Matching refs:CompileDeviceOnly
2737 bool CompileDeviceOnly = false; member in __anon7f4eb1310a11::OffloadingActionBuilder::CudaActionBuilderBase
2953 CompileDeviceOnly = C.getDriver().offloadDeviceOnly(); in initialize()
3081 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences()
3105 CompileDeviceOnly) in getDeviceDependences()
3128 if (!CompileDeviceOnly) { in getDeviceDependences()
3142 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3285 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()
3290 if (!CompileDeviceOnly) { in getDeviceDependences()
3303 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3320 return CompileDeviceOnly ? ABRT_Ignore_Host : ABRT_Success; in getDeviceDependences()
3328 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()
3342 return (CompileDeviceOnly && CurPhase == FinalPhase) ? ABRT_Ignore_Host in getDeviceDependences()
3385 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()
3388 CompileDeviceOnly ? types::TY_HIP_FATBIN : types::TY_Object); in appendLinkDeviceActions()