Searched refs:VTableTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp2442 llvm::Type *VTableTy,
2444 Address VTablePtrSrc = Builder.CreateElementBitCast(This, VTableTy);
2441 GetVTablePtr(Address This, llvm::Type *VTableTy, const CXXRecordDecl *RD) argument
H A DItaniumCXXABI.cpp581 llvm::Type *VTableTy = Builder.getInt8PtrTy(); local
586 CGF.GetVTablePtr(Address(This, VTablePtrAlign), VTableTy, RD);
H A DCodeGenFunction.h1383 llvm::Value *GetVTablePtr(Address This, llvm::Type *VTableTy,

Completed in 62 milliseconds