Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h291 std::unique_ptr<CGCUDARuntime> CUDARuntime; variable
530 assert(CUDARuntime != nullptr); in getCUDARuntime()
531 return *CUDARuntime; in getCUDARuntime()
DCodeGenModule.cpp205 CUDARuntime.reset(CreateNVCUDARuntime(*this)); in createCUDARuntime()
385 CUDARuntime) { in Release()
386 if (llvm::Function *CudaCtorFunction = CUDARuntime->makeModuleCtorFunction()) in Release()
388 if (llvm::Function *CudaDtorFunction = CUDARuntime->makeModuleDtorFunction()) in Release()