Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
455 const CXXRecordDecl *ObjectWithVPtr; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1295 "vbptr." + VBT->ObjectWithVPtr->getName()); in EmitVBPtrStores()
1948 ->ObjectWithVPtr; in getVirtualFunctionPointer()
2123 llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ObjectWithVPtr->getNumVBases()); in getAddrOfVBTable()
2147 const CXXRecordDecl *ObjectWithVPtr = VBT.ObjectWithVPtr; in emitVBTableDefinition() local
2149 assert(RD->getNumVBases() && ObjectWithVPtr->getNumVBases() && in emitVBTableDefinition()
2156 SmallVector<llvm::Constant *, 4> Offsets(1 + ObjectWithVPtr->getNumVBases(), in emitVBTableDefinition()
2164 for (const auto &I : ObjectWithVPtr->vbases()) { in emitVBTableDefinition()
2176 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); in emitVBTableDefinition()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3335 if (P->ObjectWithVPtr == Base && in computeVTablePaths()
3338 P->ObjectWithVPtr = RD; in computeVTablePaths()