Home
last modified time | relevance | path

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

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