Searched refs:ObjectWithVPtr (Results 1 – 3 of 3) sorted by relevance
449 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()454 const CXXRecordDecl *ObjectWithVPtr; member
1278 "vbptr." + VBT->ObjectWithVPtr->getName()); in EmitVBPtrStores()1930 ->ObjectWithVPtr; in getVirtualFunctionPointer()2104 llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ObjectWithVPtr->getNumVBases()); in getAddrOfVBTable()2128 const CXXRecordDecl *ObjectWithVPtr = VBT.ObjectWithVPtr; in emitVBTableDefinition() local2130 assert(RD->getNumVBases() && ObjectWithVPtr->getNumVBases() && in emitVBTableDefinition()2137 SmallVector<llvm::Constant *, 4> Offsets(1 + ObjectWithVPtr->getNumVBases(), in emitVBTableDefinition()2145 for (const auto &I : ObjectWithVPtr->vbases()) { in emitVBTableDefinition()2157 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); in emitVBTableDefinition()
3337 if (P->ObjectWithVPtr == Base && in computeVTablePaths()3340 P->ObjectWithVPtr = RD; in computeVTablePaths()