Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h455 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2511 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2821 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2827 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
2956 WhichVFPtr.getVBaseWithVPtr()) in AddMethods()
3304 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp105 if (VBT->getVBaseWithVPtr()) in getVBPtrOffsets()
106 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in getVBPtrOffsets()
1224 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1225 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
2071 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
2073 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3679 if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr()) in getCompleteObjectLocator()