Searched refs:VTablePtrType (Results 1 – 6 of 6) sorted by relevance
268 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument270 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
184 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
67 llvm::DIType *VTablePtrType = nullptr; variable
785 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
2204 if (VTablePtrType) in getOrCreateVTablePtrType()2205 return VTablePtrType; in getOrCreateVTablePtrType()2220 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()2221 return VTablePtrType; in getOrCreateVTablePtrType()
1023 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument1026 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()