Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h240 AddressPointsMapTy; typedef
255 AddressPointsMapTy AddressPoints;
261 const AddressPointsMapTy &AddressPoints);
277 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
H A DVTTBuilder.h93 using AddressPointsMapTy = llvm::DenseMap<BaseSubobject, uint64_t>; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.h39 typedef VTableLayout::AddressPointsMapTy VTableAddressPointsMapTy;
H A DCGVTT.cpp26 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp781 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy; typedef in __anon6d6223050111::ItaniumVTableBuilder
824 AddressPointsMapTy AddressPoints;
1022 const AddressPointsMapTy &getAddressPoints() const { in getAddressPoints()
1036 AddressPointsMapTy::const_iterator address_points_begin() const { in address_points_begin()
1040 AddressPointsMapTy::const_iterator address_points_end() const { in address_points_end()
2200 const AddressPointsMapTy &AddressPoints) in VTableLayout()
3563 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap; in computeVTableRelatedInformation()