Home
last modified time | relevance | path

Searched refs:AddressPoints (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h260 AddressPointsMapTy AddressPoints; variable
269 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTT.cpp25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable() argument
37 AddressPoints); in GetAddrOfVTTVTable()
H A DCGVTables.cpp859 VTableAddressPointsMapTy &AddressPoints) { in GenerateConstructionVTable() argument
868 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()
1259 std::vector<AddressPoint> AddressPoints; in EmitVTableTypeMetadata() local
1261 AddressPoints.push_back(std::make_pair( in EmitVTableTypeMetadata()
1266 llvm::sort(AddressPoints, [this](const AddressPoint &AP1, in EmitVTableTypeMetadata()
1292 for (auto AP : AddressPoints) { in EmitVTableTypeMetadata()
H A DCGVTables.h124 VTableAddressPointsMapTy& AddressPoints);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp831 AddressPointsMapTy AddressPoints; member in __anon6f3b34010111::ItaniumVTableBuilder
1032 return AddressPoints; in getAddressPoints()
1046 return AddressPoints.begin(); in address_points_begin()
1050 return AddressPoints.end(); in address_points_end()
1701 AddressPoints.insert( in LayoutPrimaryAndSecondaryVTables()
1907 for (const auto &AP : AddressPoints) { in dumpLayout()
2241 const AddressPointsMapTy &AddressPoints) in VTableLayout() argument
2243 AddressPoints(AddressPoints), AddressPointIndices(MakeAddressPointIndices( in VTableLayout()
2244 AddressPoints, VTableIndices.size())) { in VTableLayout()