HomeSort by: relevance | last modified time | path
    Searched refs:AddressPoints (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 260 AddressPointsMapTy AddressPoints;
269 const AddressPointsMapTy &AddressPoints);
281 assert(AddressPoints.count(Base) && "Did not find address point!");
282 return AddressPoints.find(Base)->second;
286 return AddressPoints;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.h 124 VTableAddressPointsMapTy& AddressPoints);
CGVTT.cpp 25 VTableLayout::AddressPointsMapTy &AddressPoints) {
37 AddressPoints);
CGVTables.cpp 838 const auto &addressPoints = layout.getAddressPointIndices();
849 nextVTableThunkIndex, addressPoints[vtableIndex],
859 VTableAddressPointsMapTy &AddressPoints) {
868 AddressPoints = VTLayout->getAddressPoints();
1259 std::vector<AddressPoint> AddressPoints;
1261 AddressPoints.push_back(std::make_pair(
1266 llvm::sort(AddressPoints, [this](const AddressPoint &AP1,
1292 for (auto AP : AddressPoints) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 830 /// AddressPoints - Address points for the vtable being built.
831 AddressPointsMapTy AddressPoints;
1032 return AddressPoints;
1046 return AddressPoints.begin();
1050 return AddressPoints.end();
1701 AddressPoints.insert(
1907 for (const auto &AP : AddressPoints) {
2212 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints,
2216 for (auto it = addressPoints.begin(); it != addressPoints.end(); ++it)
    [all...]

Completed in 46 milliseconds