Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp52 bool RelocatableDeviceCode; member in __anon4ac00a180111::CGNVCUDARuntime
140 RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode) { in CGNVCUDARuntime()
341 if (RelocatableDeviceCode && !RegisterGlobalsFunc) in makeModuleCtorFunction()
411 if (RelocatableDeviceCode) in makeModuleCtorFunction()
502 } else if (!RelocatableDeviceCode) { in makeModuleCtorFunction()