Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.h331 std::unique_ptr<CGCUDARuntime> CUDARuntime; variable
643 assert(CUDARuntime != nullptr); in getCUDARuntime()
644 return *CUDARuntime; in getCUDARuntime()
DCodeGenModule.cpp262 CUDARuntime.reset(CreateNVCUDARuntime(*this)); in createCUDARuntime()
540 if (Context.getLangOpts().CUDA && CUDARuntime) { in Release()
541 if (llvm::Function *CudaCtorFunction = CUDARuntime->finalizeModule()) in Release()