Searched refs:VBGlobals (Results 1 – 1 of 1) sorted by relevance
104 const VBTableGlobals &VBGlobals = enumerateVBTables(RD); in getVBPtrOffsets() local105 for (const std::unique_ptr<VPtrInfo> &VBT : *VBGlobals.VBTables) { in getVBPtrOffsets()1326 const VBTableGlobals &VBGlobals = enumerateVBTables(RD); in EmitVBPtrStores() local1327 for (unsigned I = 0, E = VBGlobals.VBTables->size(); I != E; ++I) { in EmitVBPtrStores()1328 const std::unique_ptr<VPtrInfo> &VBT = (*VBGlobals.VBTables)[I]; in EmitVBPtrStores()1329 llvm::GlobalVariable *GV = VBGlobals.Globals[I]; in EmitVBPtrStores()2046 VBTableGlobals &VBGlobals = Entry->second; in enumerateVBTables() local2048 return VBGlobals; in enumerateVBTables()2051 VBGlobals.VBTables = &Context.enumerateVBTables(RD); in enumerateVBTables()2056 for (VPtrInfoVector::const_iterator I = VBGlobals.VBTables->begin(), in enumerateVBTables()[all …]