Searched refs:SrcF (Results 1 – 1 of 1) sorted by relevance
405 const Function *SrcF = cast<Function>(Src); in copyAttributesFrom() local406 setCallingConv(SrcF->getCallingConv()); in copyAttributesFrom()407 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()408 if (SrcF->hasGC()) in copyAttributesFrom()409 setGC(SrcF->getGC()); in copyAttributesFrom()412 if (SrcF->hasPrefixData()) in copyAttributesFrom()413 setPrefixData(SrcF->getPrefixData()); in copyAttributesFrom()416 if (SrcF->hasPrologueData()) in copyAttributesFrom()417 setPrologueData(SrcF->getPrologueData()); in copyAttributesFrom()