Home | History | Annotate | Download | only in Linker

Lines Matching defs:DF

542   Function *DF = Function::Create(TypeMap.get(SF->getFunctionType()),
544 copyGVAttributes(DF, SF);
547 return DF;
1047 // Any uses of DF need to change to NewDF, with cast.
1483 Function *DF = cast<Function>(ValueMap[SF]);
1486 DF->setPrefixData(MapValue(
1498 linkFunctionBody(DF, SF);
1529 Function *DF = cast<Function>(ValueMap[SF]);
1532 DF->setPrefixData(MapValue(SF->getPrefixData(),
1552 linkFunctionBody(DF, SF);