Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h239 AddressPointsMapTy AddressPoints; variable
248 const AddressPointsMapTy &AddressPoints,
280 assert(AddressPoints.count(Base) && in getAddressPoint()
283 uint64_t AddressPoint = AddressPoints.lookup(Base); in getAddressPoint()
291 return AddressPoints; in getAddressPoints()
/external/clang/lib/CodeGen/
DCGVTT.cpp26 llvm::DenseMap<BaseSubobject, uint64_t> &AddressPoints) { in GetAddrOfVTTVTable() argument
38 AddressPoints); in GetAddrOfVTTVTable()
DCGVTables.h94 VTableAddressPointsMapTy& AddressPoints);
DCGVTables.cpp664 VTableAddressPointsMapTy& AddressPoints) { in GenerateConstructionVTable() argument
673 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()
/external/clang/lib/AST/
DVTableBuilder.cpp825 AddressPointsMapTy AddressPoints; member in __anon248cc0a10111::ItaniumVTableBuilder
1020 return AddressPoints; in getAddressPoints()
1046 return AddressPoints.begin(); in address_points_begin()
1050 return AddressPoints.end(); in address_points_end()
1698 AddressPoints.insert(std::make_pair( in LayoutPrimaryAndSecondaryVTables()
1902 for (const auto &AP : AddressPoints) { in dumpLayout()
2210 const AddressPointsMapTy &AddressPoints, in VTableLayout() argument
2216 AddressPoints(AddressPoints), in VTableLayout()