Searched refs:VTablePtrType (Results 1 – 6 of 6) sorted by relevance
412 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument414 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
195 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
73 llvm::DIType *VTablePtrType = nullptr; variable
877 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
2616 if (VTablePtrType) in getOrCreateVTablePtrType()2617 return VTablePtrType; in getOrCreateVTablePtrType()2632 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()2633 return VTablePtrType; in getOrCreateVTablePtrType()
1649 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument1652 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()