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

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

Completed in 41 milliseconds