Searched refs:CGNVCUDARuntime (Results 1 – 1 of 1) sorted by relevance
31 class CGNVCUDARuntime : public CGCUDARuntime { class41 CGNVCUDARuntime(CodeGenModule &CGM);48 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) : CGCUDARuntime(CGM) { in CGNVCUDARuntime() function in CGNVCUDARuntime59 llvm::Constant *CGNVCUDARuntime::getSetupArgumentFn() const { in getSetupArgumentFn()70 llvm::Constant *CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()79 void CGNVCUDARuntime::EmitDeviceStubBody(CodeGenFunction &CGF, in EmitDeviceStubBody()125 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()