Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h449 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {} in VPtrInfo()
454 const CXXRecordDecl *ObjectWithVPtr; member
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1278 "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() local
2130 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()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3337 if (P->ObjectWithVPtr == Base && in computeVTablePaths()
3340 P->ObjectWithVPtr = RD; in computeVTablePaths()