Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h205 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef
215 AddressPointsMapTy AddressPoints;
222 const AddressPointsMapTy &AddressPoints);
259 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
DVTTBuilder.h90 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef
/external/clang/lib/AST/
DVTableBuilder.cpp790 AddressPointsMapTy; typedef in __anonbb08dddc0111::VTableBuilder
831 AddressPointsMapTy AddressPoints;
1019 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
1037 AddressPointsMapTy::const_iterator address_points_begin() const { in address_points_begin()
1041 AddressPointsMapTy::const_iterator address_points_end() const { in address_points_end()
1843 for (AddressPointsMapTy::const_iterator I = AddressPoints.begin(), in dumpLayout()
2153 const AddressPointsMapTy &AddressPoints) in VTableLayout()