Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp71 bool RelocatableDeviceCode; member in __anona4eb8b5f0111::CGNVCUDARuntime
228 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
692 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
700 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
772 if (RelocatableDeviceCode) in makeModuleCtorFunction()
864 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()
1188 if (CGM.getLangOpts().OffloadingNewDriver && RelocatableDeviceCode) in finalizeModule()