Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2737 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()
[all …]