Searched refs:SrcF (Results 1 – 2 of 2) sorted by relevance
331 const Function *SrcF = cast<Function>(Src); in copyAttributesFrom() local332 setCallingConv(SrcF->getCallingConv()); in copyAttributesFrom()333 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()334 if (SrcF->hasGC()) in copyAttributesFrom()335 setGC(SrcF->getGC()); in copyAttributesFrom()
427 bool linkFunctionProto(Function *SrcF);