Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp268 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument
270 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
H A DCodeGenTBAA.h185 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
H A DCGDebugInfo.h68 llvm::DIType *VTablePtrType = nullptr; variable
H A DCodeGenModule.h751 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
H A DCGDebugInfo.cpp2067 if (VTablePtrType) in getOrCreateVTablePtrType()
2068 return VTablePtrType; in getOrCreateVTablePtrType()
2083 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
2084 return VTablePtrType; in getOrCreateVTablePtrType()
H A DCodeGenModule.cpp891 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument
894 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()