Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:RetType

385   Type *RetType = T->getReturnType();
386 if (!RetType->isVoidTy())
387 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr);
388 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
397 Type *RetType = T->getReturnType();
398 if (!RetType->isVoidTy())
420 Type *RetType = T->getReturnType();
421 if (!RetType->isVoidTy())