Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:NewFT

271                                  FunctionType *NewFT);
536 FunctionType *NewFT) {
538 Function *NewF = Function::Create(NewFT, NewFLink, NewFName,
544 AttributeFuncs::typeIncompatible(NewFT->getReturnType())));
716 FunctionType *NewFT = getArgsFunctionType(FT);
717 Function *NewF = Function::Create(NewFT, F.getLinkage(), "", &M);
722 AttributeFuncs::typeIncompatible(NewFT->getReturnType())));
754 FunctionType *NewFT = getInstrumentedABI() == IA_Args
759 GlobalValue::LinkOnceODRLinkage, NewFT);
1560 FunctionType *NewFT = DFSF.DFS.getArgsFunctionType(FT);
1562 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT));