Searched defs:CGCUDARuntime (Results 1 - 2 of 2) sorted by path

/external/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp1 //===----- CGCUDARuntime.cpp - Interface to CUDA Runtimes -----------------===//
16 #include "CGCUDARuntime.h"
25 CGCUDARuntime::~CGCUDARuntime() {}
27 RValue CGCUDARuntime::EmitCUDAKernelCallExpr(CodeGenFunction &CGF,
H A DCGCUDARuntime.h1 //===----- CGCUDARuntime.h - Interface to CUDA Runtimes ---------*- C++ -*-===//
31 class CGCUDARuntime { class in namespace:clang::CodeGen
36 CGCUDARuntime(CodeGenModule &CGM) : CGM(CGM) {} function in class:clang::CodeGen::CGCUDARuntime
37 virtual ~CGCUDARuntime();
49 CGCUDARuntime *CreateNVCUDARuntime(CodeGenModule &CGM);

Completed in 240 milliseconds