Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h331 std::unique_ptr<CGCUDARuntime> CUDARuntime; variable
673 assert(CUDARuntime != nullptr); in getCUDARuntime()
674 return *CUDARuntime; in getCUDARuntime()
H A DCodeGenModule.cpp502 CUDARuntime.reset(CreateNVCUDARuntime(*this)); in createCUDARuntime()
877 if (Context.getLangOpts().CUDA && CUDARuntime) { in Release()
878 if (llvm::Function *CudaCtorFunction = CUDARuntime->finalizeModule()) in Release()