Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:RetType

377   Type *RetType = T->getReturnType();
378 if (!RetType->isVoidTy())
379 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr);
380 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
389 Type *RetType = T->getReturnType();
390 if (!RetType->isVoidTy())
412 Type *RetType = T->getReturnType();
413 if (!RetType->isVoidTy())