Searched refs:VBPtrSubobject (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftVBTables.h30 VBTableInfo(const CXXRecordDecl *ReusingBase, BaseSubobject VBPtrSubobject, argument
32 : ReusingBase(ReusingBase), VBPtrSubobject(VBPtrSubobject), GV(GV) { }
35 /// or may not be the same class as VBPtrSubobject.Base. A derived class will
40 BaseSubobject VBPtrSubobject; member in struct:clang::CodeGen::VBTableInfo
H A DMicrosoftVBTables.cpp24 : VBInfo(VBInfo), NextBase(VBInfo.VBPtrSubobject.getBase()) { }
194 CGM.getContext().getASTRecordLayout(VBPtrSubobject.getBase());
211 Offset -= VBPtrSubobject.getBaseOffset() + VBPtrOffset;
H A DMicrosoftCXXABI.cpp555 CGM.getContext().getASTRecordLayout(I->VBPtrSubobject.getBase());
556 uint64_t Offs = (I->VBPtrSubobject.getBaseOffset() +

Completed in 104 milliseconds