Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2847 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()
[all …]