Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp69 bool RelocatableDeviceCode; member in __anon3f246a1d0111::CGNVCUDARuntime
213 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
678 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
686 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
758 if (RelocatableDeviceCode) in makeModuleCtorFunction()
849 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()