Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FD

164   if (const auto *FD = dyn_cast<FunctionDecl>(DC))
165 ContextName = CGM.getMangledName(FD);
257 else if (const auto *FD = dyn_cast<FunctionDecl>(DC))
258 GD = GlobalDecl(FD);
1404 const FunctionDecl *FD = CA->getFunctionDecl();
1406 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
1409 const CGFunctionInfo &Info = CGM.getTypes().arrangeFunctionDeclaration(FD);