Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h240 AddressPointsMapTy; typedef
260 AddressPointsMapTy AddressPoints;
269 const AddressPointsMapTy &AddressPoints);
285 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
H A DVTTBuilder.h92 using AddressPointsMapTy = llvm::DenseMap<BaseSubobject, uint64_t>; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.h38 typedef VTableLayout::AddressPointsMapTy VTableAddressPointsMapTy;
H A DCGVTT.cpp25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp789 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy; typedef in __anon702cc0260111::ItaniumVTableBuilder
832 AddressPointsMapTy AddressPoints;
1032 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
1046 AddressPointsMapTy::const_iterator address_points_begin() const { in address_points_begin()
1050 AddressPointsMapTy::const_iterator address_points_end() const { in address_points_end()
2212 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints, in MakeAddressPointIndices()
2241 const AddressPointsMapTy &AddressPoints) in VTableLayout()
3606 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap; in computeVTableRelatedInformation()