Searched refs:AddressPoints (Results 1 – 5 of 5) sorted by relevance
219 AddressPointsMapTy AddressPoints; variable228 const AddressPointsMapTy &AddressPoints,255 assert(AddressPoints.count(Base) && in getAddressPoint()258 uint64_t AddressPoint = AddressPoints.lookup(Base); in getAddressPoint()266 return AddressPoints; in getAddressPoints()
26 llvm::DenseMap<BaseSubobject, uint64_t> &AddressPoints) { in GetAddrOfVTTVTable() argument38 AddressPoints); in GetAddrOfVTTVTable()
98 VTableAddressPointsMapTy& AddressPoints);
628 VTableAddressPointsMapTy& AddressPoints) { in GenerateConstructionVTable() argument637 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()
831 AddressPointsMapTy AddressPoints; member in __anon14b3896f0111::ItaniumVTableBuilder1026 return AddressPoints; in getAddressPoints()1052 return AddressPoints.begin(); in address_points_begin()1056 return AddressPoints.end(); in address_points_end()1723 AddressPoints.insert(std::make_pair( in LayoutPrimaryAndSecondaryVTables()1927 for (AddressPointsMapTy::const_iterator I = AddressPoints.begin(), in dumpLayout()1928 E = AddressPoints.end(); I != E; ++I) { in dumpLayout()2246 const AddressPointsMapTy &AddressPoints, in VTableLayout() argument2252 AddressPoints(AddressPoints), in VTableLayout()