Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp69 bool RelocatableDeviceCode; member in __anon91774be00111::CGNVCUDARuntime
226 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
699 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
707 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
778 if (RelocatableDeviceCode) in makeModuleCtorFunction()
872 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()
1187 if (CGM.getLangOpts().OffloadingNewDriver && RelocatableDeviceCode) in finalizeModule()