Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp878 if (llvm::Function *CudaCtorFunction = CUDARuntime->finalizeModule()) in Release() local
879 AddGlobalCtor(CudaCtorFunction); in Release()