Home | History | Annotate | Download | only in Linker

Lines Matching defs:DF

519   Function *DF = Function::Create(TypeMap.get(SF->getFunctionType()),
521 copyGVAttributes(DF, SF);
524 return DF;
860 // Any uses of DF need to change to NewDF, with cast.
1288 Function *DF = cast<Function>(ValueMap[SF]);
1303 linkFunctionBody(DF, SF);