HomeSort by relevance Sort by last modified time
    Searched refs:ReusingBase (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 30 VBTableInfo(const CXXRecordDecl *ReusingBase, BaseSubobject VBPtrSubobject,
32 : ReusingBase(ReusingBase), VBPtrSubobject(VBPtrSubobject), GV(GV) { }
34 /// The vbtable will hold all of the virtual bases of ReusingBase. This may
37 const CXXRecordDecl *ReusingBase;
102 llvm::GlobalVariable *getAddrOfVBTable(const CXXRecordDecl *ReusingBase,
107 void findUnambiguousPaths(const CXXRecordDecl *ReusingBase,
MicrosoftVBTables.cpp 52 P->VBInfo.GV = getAddrOfVBTable(P->VBInfo.ReusingBase, P->Path);
62 void VBTableBuilder::findUnambiguousPaths(const CXXRecordDecl *ReusingBase,
74 VBTableInfo(ReusingBase, CurSubobject, /*GV=*/0));
95 // If CurBase didn't have a vbptr, then ReusingBase will reuse the vbptr
98 NextReusingBase = ReusingBase;
167 VBTableBuilder::getAddrOfVBTable(const CXXRecordDecl *ReusingBase,
179 llvm::ArrayType::get(CGM.IntTy, 1 + ReusingBase->getNumVBases());
193 assert(RD->getNumVBases() && ReusingBase->getNumVBases() &&
203 // The offset from ReusingBase's vbptr to itself always leads.
210 for (CXXRecordDecl::base_class_const_iterator I = ReusingBase->vbases_begin()
    [all...]
MicrosoftCXXABI.cpp 401 "vbptr." + I->ReusingBase->getName());
    [all...]

Completed in 8948 milliseconds