Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp541 if (llvm::Function *CudaCtorFunction = CUDARuntime->finalizeModule()) in Release() local
542 AddGlobalCtor(CudaCtorFunction); in Release()