Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h331 std::unique_ptr<CGCUDARuntime> CUDARuntime; variable
623 assert(CUDARuntime != nullptr); in getCUDARuntime()
624 return *CUDARuntime; in getCUDARuntime()
H A DCodeGenModule.cpp264 CUDARuntime.reset(CreateNVCUDARuntime(*this)); in createCUDARuntime()
490 if (Context.getLangOpts().CUDA && CUDARuntime) { in Release()
491 if (llvm::Function *CudaCtorFunction = CUDARuntime->finalizeModule()) in Release()