Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
455 const CXXRecordDecl *ObjectWithVPtr; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1300 "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() local
2158 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3336 if (P->ObjectWithVPtr == Base && in computeVTablePaths()
3339 P->ObjectWithVPtr = RD; in computeVTablePaths()