Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
clang/lib/CodeGen/CGDebugInfo.h
Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | class CGDebugInfo { | ||||
llvm::MDNode *CurInlinedAt = nullptr; | llvm::MDNode *CurInlinedAt = nullptr; | ||||
llvm::DIType *VTablePtrType = nullptr; | llvm::DIType *VTablePtrType = nullptr; | ||||
llvm::DIType *ClassTy = nullptr; | llvm::DIType *ClassTy = nullptr; | ||||
llvm::DICompositeType *ObjTy = nullptr; | llvm::DICompositeType *ObjTy = nullptr; | ||||
llvm::DIType *SelTy = nullptr; | llvm::DIType *SelTy = nullptr; | ||||
#define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ | #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ | ||||
llvm::DIType *SingletonId = nullptr; | llvm::DIType *SingletonId = nullptr; | ||||
#include "clang/Basic/OpenCLImageTypes.def" | #include "clang/Basic/OpenCLImageTypes.def" | ||||
#define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ | |||||
llvm::DIType *Sampled##SingletonId = nullptr; | |||||
#define IMAGE_WRITE_TYPE(Type, Id, Ext) | |||||
#define IMAGE_READ_WRITE_TYPE(Type, Id, Ext) | |||||
#include "clang/Basic/OpenCLImageTypes.def" | |||||
llvm::DIType *OCLSamplerDITy = nullptr; | llvm::DIType *OCLSamplerDITy = nullptr; | ||||
llvm::DIType *OCLEventDITy = nullptr; | llvm::DIType *OCLEventDITy = nullptr; | ||||
llvm::DIType *OCLClkEventDITy = nullptr; | llvm::DIType *OCLClkEventDITy = nullptr; | ||||
llvm::DIType *OCLQueueDITy = nullptr; | llvm::DIType *OCLQueueDITy = nullptr; | ||||
llvm::DIType *OCLNDRangeDITy = nullptr; | llvm::DIType *OCLNDRangeDITy = nullptr; | ||||
llvm::DIType *OCLReserveIDDITy = nullptr; | llvm::DIType *OCLReserveIDDITy = nullptr; | ||||
#define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ | #define EXT_OPAQUE_TYPE(ExtType, Id, Ext) \ | ||||
llvm::DIType *Id##Ty = nullptr; | llvm::DIType *Id##Ty = nullptr; | ||||
▲ Show 20 Lines • Show All 752 Lines • Show Last 20 Lines |