Home
last modified time | relevance | path

Searched refs:getVBaseWithVPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h519 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2655 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2965 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2971 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
3100 WhichVFPtr.getVBaseWithVPtr()) in AddMethods()
3446 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp110 if (VBT->getVBaseWithVPtr()) in getVBPtrOffsets()
111 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in getVBPtrOffsets()
1334 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1335 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
2207 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
2209 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3898 if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr()) in getCompleteObjectLocator()