Lines Matching defs:AddressPoints
836 /// AddressPoints - Address points for the vtable being built.
837 AddressPointsMapTy AddressPoints;
1038 return AddressPoints;
1052 return AddressPoints.begin();
1056 return AddressPoints.end();
1751 AddressPoints.insert(
1977 for (const auto &AP : AddressPoints) {
2300 // AddressPoints map is empty. This is ok if the map isn't needed. See
2309 const AddressPointsMapTy &AddressPoints)
2311 AddressPoints(AddressPoints), AddressPointIndices(MakeAddressPointIndices(
2312 AddressPoints, VTableIndices.size())) {