Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h219 AddressPointsMapTy AddressPoints; variable
228 const AddressPointsMapTy &AddressPoints,
255 assert(AddressPoints.count(Base) && in getAddressPoint()
258 uint64_t AddressPoint = AddressPoints.lookup(Base); in getAddressPoint()
266 return AddressPoints; in getAddressPoints()
/external/clang/lib/CodeGen/
DCGVTT.cpp26 llvm::DenseMap<BaseSubobject, uint64_t> &AddressPoints) { in GetAddrOfVTTVTable() argument
38 AddressPoints); in GetAddrOfVTTVTable()
DCGVTables.h98 VTableAddressPointsMapTy& AddressPoints);
DCGVTables.cpp623 VTableAddressPointsMapTy& AddressPoints) { in GenerateConstructionVTable() argument
632 AddressPoints = VTLayout->getAddressPoints(); in GenerateConstructionVTable()
/external/clang/lib/AST/
DVTableBuilder.cpp829 AddressPointsMapTy AddressPoints; member in __anon71138c580111::ItaniumVTableBuilder
1024 return AddressPoints; in getAddressPoints()
1050 return AddressPoints.begin(); in address_points_begin()
1054 return AddressPoints.end(); in address_points_end()
1721 AddressPoints.insert(std::make_pair( in LayoutPrimaryAndSecondaryVTables()
1925 for (AddressPointsMapTy::const_iterator I = AddressPoints.begin(), in dumpLayout()
1926 E = AddressPoints.end(); I != E; ++I) { in dumpLayout()
2244 const AddressPointsMapTy &AddressPoints, in VTableLayout() argument
2250 AddressPoints(AddressPoints), in VTableLayout()