Searched refs:VTablePtrType (Results 1 – 6 of 6) sorted by relevance
231 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument233 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
186 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
66 llvm::DIType *VTablePtrType = nullptr; variable
701 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
1845 if (VTablePtrType) in getOrCreateVTablePtrType()1846 return VTablePtrType; in getOrCreateVTablePtrType()1861 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()1862 return VTablePtrType; in getOrCreateVTablePtrType()
636 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument639 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()