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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1927   llvm::Value *GetVTablePtr(Address This, llvm::Type *VTableTy,

References

tools/clang/lib/CodeGen/CGClass.cpp
 2287       GetVTablePtr(This, VTableGlobal->getType(), Vptr.VTableClass);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  635     CGF.GetVTablePtr(Address(This, VTablePtrAlign), VTableTy, RD);
 1183         CGF.GetVTablePtr(Ptr, CGF.IntPtrTy->getPointerTo(), ClassDecl);
 1386       CGF.GetVTablePtr(ThisPtr, StdTypeInfoPtrTy->getPointerTo(), ClassDecl);
 1452   llvm::Value *VTable = CGF.GetVTablePtr(ThisAddr, PtrDiffLTy->getPointerTo(),
 1483   llvm::Value *VTablePtr = CGF.GetVTablePtr(This, CGM.Int8PtrTy, ClassDecl);
 1781   llvm::Value *VTable = CGF.GetVTablePtr(This, Ty, MethodDecl->getParent());
 4372   return {CGF.GetVTablePtr(This, CGM.Int8PtrTy, RD), RD};
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1868   llvm::Value *VTable = CGF.GetVTablePtr(VPtr, Ty, MethodDecl->getParent());
 2024   llvm::Value *VTable = CGF.GetVTablePtr(
 4298   return {CGF.GetVTablePtr(This, CGM.Int8PtrTy, RD), RD};