Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
455 const CXXRecordDecl *ObjectWithVPtr; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1288 "vbptr." + VBT->ObjectWithVPtr->getName()); in EmitVBPtrStores()
1941 ->ObjectWithVPtr; in getVirtualFunctionPointer()
2116 llvm::ArrayType::get(CGM.IntTy, 1 + VBT.ObjectWithVPtr->getNumVBases()); in getAddrOfVBTable()
2140 const CXXRecordDecl *ObjectWithVPtr = VBT.ObjectWithVPtr; in emitVBTableDefinition() local
2142 assert(RD->getNumVBases() && ObjectWithVPtr->getNumVBases() && in emitVBTableDefinition()
2149 SmallVector<llvm::Constant *, 4> Offsets(1 + ObjectWithVPtr->getNumVBases(), in emitVBTableDefinition()
2157 for (const auto &I : ObjectWithVPtr->vbases()) { in emitVBTableDefinition()
2169 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); in emitVBTableDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp3337 if (P->ObjectWithVPtr == Base && in computeVTablePaths()
3340 P->ObjectWithVPtr = RD; in computeVTablePaths()