Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp69 bool RelocatableDeviceCode; member in __anona02b07190111::CGNVCUDARuntime
215 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
685 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
693 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
765 if (RelocatableDeviceCode) in makeModuleCtorFunction()
859 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()
1174 if (CGM.getLangOpts().OffloadingNewDriver && RelocatableDeviceCode) in finalizeModule()