Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTBAA.cpp322 TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getVTablePtrAccessInfo() argument
324 unsigned Size = DL.getPointerTypeSize(VTablePtrType); in getVTablePtrAccessInfo()
HDCodeGenTBAA.h188 TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *VTablePtrType);
HDCGDebugInfo.h70 llvm::DIType *VTablePtrType = nullptr; variable
HDCodeGenModule.h816 TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType);
HDCGDebugInfo.cpp2442 if (VTablePtrType) in getOrCreateVTablePtrType()
2443 return VTablePtrType; in getOrCreateVTablePtrType()
2458 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
2459 return VTablePtrType; in getOrCreateVTablePtrType()
HDCodeGenModule.cpp1492 CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *VTablePtrType) { in getTBAAVTablePtrAccessInfo() argument
1495 return TBAA->getVTablePtrAccessInfo(VTablePtrType); in getTBAAVTablePtrAccessInfo()