Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FD

174   } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CGF.CurFuncDecl)) {
175 StringRef Name = CGM.getMangledName(FD);
1288 const FunctionDecl *FD = CA->getFunctionDecl();
1290 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
1293 const CGFunctionInfo &Info = CGM.getTypes().arrangeFunctionDeclaration(FD);