Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp69 bool RelocatableDeviceCode; member in __anon04fceb940111::CGNVCUDARuntime
197 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
670 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
678 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
750 if (RelocatableDeviceCode) in makeModuleCtorFunction()
841 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()