Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp231 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument
233 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
H A DCodeGenTBAA.h186 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
H A DCGDebugInfo.h66 llvm::DIType *VTablePtrType = nullptr; variable
H A DCodeGenModule.h701 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
H A DCGDebugInfo.cpp1845 if (VTablePtrType) in getOrCreateVTablePtrType()
1846 return VTablePtrType; in getOrCreateVTablePtrType()
1861 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
1862 return VTablePtrType; in getOrCreateVTablePtrType()
H A DCodeGenModule.cpp636 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument
639 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()