Searched refs:SrcF (Results 1 – 2 of 2) sorted by relevance
306 const Function *SrcF = cast<Function>(Src); in copyAttributesFrom() local307 setCallingConv(SrcF->getCallingConv()); in copyAttributesFrom()308 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()309 if (SrcF->hasGC()) in copyAttributesFrom()310 setGC(SrcF->getGC()); in copyAttributesFrom()
432 bool linkFunctionProto(Function *SrcF);