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.cpp76 bool RelocatableDeviceCode; member in __anon2162a9e90111::CGNVCUDARuntime
228 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode), in CGNVCUDARuntime()
767 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() && in makeModuleCtorFunction()
775 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
849 if (RelocatableDeviceCode) in makeModuleCtorFunction()
896 auto Linkage = RelocatableDeviceCode ? llvm::GlobalValue::ExternalLinkage in makeModuleCtorFunction()
907 !RelocatableDeviceCode ? llvm::ConstantPointerNull::get(PtrTy) in makeModuleCtorFunction()
942 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()
1284 (CGM.getLangOpts().HIP || RelocatableDeviceCode))) in finalizeModule()