reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/VTableBuilder.cpp
 1896         VTableIndices[AP.second.VTableIndex] + AP.second.AddressPointIndex;
tools/clang/lib/CodeGen/CGCXX.cpp
  262                  AddressPoint.AddressPointIndex;
tools/clang/lib/CodeGen/CGVTT.cpp
   72       assert(AddressPoint.AddressPointIndex != 0 &&
   79        llvm::ConstantInt::get(Int32Ty, AddressPoint.AddressPointIndex),
tools/clang/lib/CodeGen/CGVTables.cpp
 1080                                 AP.second.AddressPointIndex));
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1708     llvm::ConstantInt::get(CGM.Int32Ty, AddressPoint.AddressPointIndex),