reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCUDANV.cpp
  154     : CGCUDARuntime(CGM), Context(CGM.getLLVMContext()),
  154     : CGCUDARuntime(CGM), Context(CGM.getLLVMContext()),
  155       TheModule(CGM.getModule()),
  156       RelocatableDeviceCode(CGM.getLangOpts().GPURelocatableDeviceCode),
  157       DeviceMC(CGM.getContext().createMangleContext(
  158           CGM.getContext().getAuxTargetInfo())) {
  159   CodeGen::CodeGenTypes &Types = CGM.getTypes();
  160   ASTContext &Ctx = CGM.getContext();
  162   IntTy = CGM.IntTy;
  163   SizeTy = CGM.SizeTy;
  164   VoidTy = CGM.VoidTy;