reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
210 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
1023 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy),
tools/clang/lib/CodeGen/CGDebugInfo.cpp667 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); 1018 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, 1029 Cache = DBuilder.createPointerType(Cache, Size); 1093 auto *DescTy = DBuilder.createPointerType(EltTy, Size); 1107 return DBuilder.createPointerType(EltTy, Size); 1498 DBuilder.createPointerType(PointeeType, Size, Align); 1908 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( 1910 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); 2005 llvm::DIType *VTableType = DBuilder.createPointerType( 2010 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); 4300 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); 4322 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits);