Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h228 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef
239 AddressPointsMapTy AddressPoints;
248 const AddressPointsMapTy &AddressPoints,
290 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
DVTTBuilder.h89 typedef llvm::DenseMap<BaseSubobject, uint64_t> AddressPointsMapTy; typedef
/external/clang/lib/AST/
DVTableBuilder.cpp782 AddressPointsMapTy; typedef in __anon622907570111::ItaniumVTableBuilder
825 AddressPointsMapTy AddressPoints;
1019 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
1045 AddressPointsMapTy::const_iterator address_points_begin() const { in address_points_begin()
1049 AddressPointsMapTy::const_iterator address_points_end() const { in address_points_end()
2210 const AddressPointsMapTy &AddressPoints, in VTableLayout()
3579 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap; in computeVTableRelatedInformation()