Lines Matching defs:FD
31 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD,
37 GlobalDecl D(FD);
42 if (FD->hasAttr<AsmLabelAttr>())
48 cast<llvm::FunctionType>(getTypes().ConvertType(FD->getType()));
196 RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD,
1297 if (!FD->hasAttr<ConstAttr>())
1499 return emitLibraryCall(*this, FD, E,
1500 CGM.getBuiltinLibFunction(FD, BuiltinID));
1505 return emitLibraryCall(*this, FD, E, EmitScalarExpr(E->getCallee()));
1713 const FunctionDecl *FD = E->getDirectCallee();
1717 llvm::Type *Ty = CGM.getTypes().ConvertType(FD->getType());
1719 StringRef Name = FD->getName();
1923 const FunctionDecl *FD = E->getDirectCallee();
1927 llvm::Type *Ty = CGM.getTypes().ConvertType(FD->getType());
1929 StringRef Name = FD->getName();