Searched refs:ObjectWithVPtr (Results 1 – 3 of 3) sorted by relevance
450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()455 const CXXRecordDecl *ObjectWithVPtr; member
1300 "vbptr." + VBT->ObjectWithVPtr->getName()); in EmitVBPtrStores()1953 ->ObjectWithVPtr; in getVirtualFunctionPointer()2132 llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ObjectWithVPtr->getNumVBases()); in getAddrOfVBTable()2156 const CXXRecordDecl *ObjectWithVPtr = VBT.ObjectWithVPtr; in emitVBTableDefinition() local2158 assert(RD->getNumVBases() && ObjectWithVPtr->getNumVBases() && in emitVBTableDefinition()2165 SmallVector<llvm::Constant *, 4> Offsets(1 + ObjectWithVPtr->getNumVBases(), in emitVBTableDefinition()2173 for (const auto &I : ObjectWithVPtr->vbases()) { in emitVBTableDefinition()2185 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); in emitVBTableDefinition()
3336 if (P->ObjectWithVPtr == Base && in computeVTablePaths()3339 P->ObjectWithVPtr = RD; in computeVTablePaths()