Searched refs:VTablePtrType (Results 1 – 6 of 6) sorted by relevance
322 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument324 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
188 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
70 llvm::DIType *VTablePtrType = nullptr; variable
816 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
2442 if (VTablePtrType) in getOrCreateVTablePtrType()2443 return VTablePtrType; in getOrCreateVTablePtrType()2458 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()2459 return VTablePtrType; in getOrCreateVTablePtrType()
1492 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument1495 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()