Searched refs:AddressPoints (Results 1 – 5 of 5) sorted by relevance
260 AddressPointsMapTy AddressPoints; variable269 const AddressPointsMapTy &AddressPoints);281 assert(AddressPoints.count(Base) && "Did not find address point!"); in getAddressPoint()282 return AddressPoints.find(Base)->second; in getAddressPoint()286 return AddressPoints; in getAddressPoints()
25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable() argument37 AddressPoints); in GetAddrOfVTTVTable()
128 VTableAddressPointsMapTy& AddressPoints);
875 VTableAddressPointsMapTy &AddressPoints) { in GenerateConstructionVTable() argument884 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()1295 std::vector<AddressPoint> AddressPoints; in EmitVTableTypeMetadata() local1297 AddressPoints.push_back(std::make_pair( in EmitVTableTypeMetadata()1302 llvm::sort(AddressPoints, [this](const AddressPoint &AP1, in EmitVTableTypeMetadata()1328 for (auto AP : AddressPoints) { in EmitVTableTypeMetadata()
833 AddressPointsMapTy AddressPoints; member in __anon8b019dcd0111::ItaniumVTableBuilder1034 return AddressPoints; in getAddressPoints()1048 return AddressPoints.begin(); in address_points_begin()1052 return AddressPoints.end(); in address_points_end()1702 AddressPoints.insert( in LayoutPrimaryAndSecondaryVTables()1908 for (const auto &AP : AddressPoints) { in dumpLayout()2242 const AddressPointsMapTy &AddressPoints) in VTableLayout() argument2244 AddressPoints(AddressPoints), AddressPointIndices(MakeAddressPointIndices( in VTableLayout()2245 AddressPoints, VTableIndices.size())) { in VTableLayout()