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);
623 VTableAddressPointsMapTy& AddressPoints) { in GenerateConstructionVTable() argument632 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()
829 AddressPointsMapTy AddressPoints; member in __anon71138c580111::ItaniumVTableBuilder1024 return AddressPoints; in getAddressPoints()1050 return AddressPoints.begin(); in address_points_begin()1054 return AddressPoints.end(); in address_points_end()1721 AddressPoints.insert(std::make_pair( in LayoutPrimaryAndSecondaryVTables()1925 for (AddressPointsMapTy::const_iterator I = AddressPoints.begin(), in dumpLayout()1926 E = AddressPoints.end(); I != E; ++I) { in dumpLayout()2244 const AddressPointsMapTy &AddressPoints, in VTableLayout() argument2250 AddressPoints(AddressPoints), in VTableLayout()