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

References

tools/clang/include/clang/AST/VTableBuilder.h
  503     return std::tie(VFPtrOffset, Index) <
  504            std::tie(other.VFPtrOffset, other.Index);
tools/clang/lib/AST/MicrosoftMangle.cpp
  706   uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity();
tools/clang/lib/AST/VTableBuilder.cpp
 3651       uint64_t VTableIndex = I.first.Index;
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1590       VIndex = ML.Index;
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1889         ML.Index * CGM.getContext().getTargetInfo().getPointerWidth(0) / 8);
 1895         Builder.CreateConstInBoundsGEP1_64(VTable, ML.Index, "vfn");
 2028       CGF.Builder.CreateConstInBoundsGEP1_64(VTable, ML.Index, "vfn");