Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp71 bool RelocatableDeviceCode; member in __anon2162a9e90111::CGNVCUDARuntime
224 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
705 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
713 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
785 if (RelocatableDeviceCode) in makeModuleCtorFunction()
877 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()
1202 if (CGM.getLangOpts().OffloadingNewDriver && RelocatableDeviceCode) in finalizeModule()