Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ty

241   llvm::Type *Ty
257 Callee = BuildVirtualCall(Dtor, Dtor_Complete, This, Ty);
262 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty);
264 Callee = CGM.GetAddrOfFunction(GlobalDecl(Dtor, Dtor_Complete), Ty);
268 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty);
270 Callee = BuildVirtualCall(MD, This, Ty);
275 Callee = BuildAppleKextVirtualCall(MD, ME->getQualifier(), Ty);
277 Callee = CGM.GetAddrOfFunction(MD, Ty);
341 QualType Ty = E->getType();
342 EmitAggregateCopy(This, Src, Ty);
1297 llvm::Type *Ty =
1305 Ptr, Ty);