Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h479 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
484 const CXXRecordDecl *ObjectWithVPtr; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1974 ->ObjectWithVPtr; in getVirtualFunctionPointer()
2151 llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ObjectWithVPtr->getNumVBases()); in getAddrOfVBTable()
2175 const CXXRecordDecl *ObjectWithVPtr = VBT.ObjectWithVPtr; in emitVBTableDefinition() local
2177 assert(RD->getNumVBases() && ObjectWithVPtr->getNumVBases() && in emitVBTableDefinition()
2184 SmallVector<llvm::Constant *, 4> Offsets(1 + ObjectWithVPtr->getNumVBases(), in emitVBTableDefinition()
2192 for (const auto &I : ObjectWithVPtr->vbases()) { in emitVBTableDefinition()
2204 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); in emitVBTableDefinition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3434 if (P->ObjectWithVPtr == Base && in computeVTablePaths()
3437 P->ObjectWithVPtr = RD; in computeVTablePaths()