Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:NewFT

254                                  FunctionType *NewFT);
487 FunctionType *NewFT) {
489 Function *NewF = Function::Create(NewFT, NewFLink, NewFName,
494 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
642 FunctionType *NewFT = getArgsFunctionType(FT);
643 Function *NewF = Function::Create(NewFT, F.getLinkage(), "", &M);
647 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
685 FunctionType *NewFT = getInstrumentedABI() == IA_Args
690 GlobalValue::LinkOnceODRLinkage, NewFT);
1389 FunctionType *NewFT = DFSF.DFS.getArgsFunctionType(FT);
1391 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT));