Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h38 typedef VTableLayout::AddressPointsMapTy VTableAddressPointsMapTy;
H A DCGVTT.cpp25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable()
/src/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp794 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy; typedef in __anon0c73b4cb0111::ItaniumVTableBuilder
837 AddressPointsMapTy AddressPoints;
1037 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
1051 AddressPointsMapTy::const_iterator address_points_begin() const { in address_points_begin()
1055 AddressPointsMapTy::const_iterator address_points_end() const { in address_points_end()
2280 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints, in MakeAddressPointIndices()
2309 const AddressPointsMapTy &AddressPoints) in VTableLayout()
3703 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap; in computeVTableRelatedInformation()