Home
last modified time | relevance | path

Searched refs:VTablePtrType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp412 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument
414 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
H A DCodeGenTBAA.h195 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
H A DCGDebugInfo.h73 llvm::DIType *VTablePtrType = nullptr; variable
H A DCodeGenModule.h877 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
H A DCGDebugInfo.cpp2616 if (VTablePtrType) in getOrCreateVTablePtrType()
2617 return VTablePtrType; in getOrCreateVTablePtrType()
2632 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
2633 return VTablePtrType; in getOrCreateVTablePtrType()
H A DCodeGenModule.cpp1649 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument
1652 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()