Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FI

921                                                   const CGFunctionInfo &FI) {
922 SetLLVMFunctionAttributes(D, FI, F);
1503 const CGFunctionInfo &FI = getTypes().arrangeGlobalDeclaration(GD);
1504 llvm::Type *Ty = getTypes().GetFunctionType(FI);
2061 const CGFunctionInfo &FI = getTypes().arrangeGlobalDeclaration(GD);
2062 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI);
2688 const CGFunctionInfo &FI = getTypes().arrangeGlobalDeclaration(GD);
2689 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI);
2716 CodeGenFunction(*this).GenerateCode(D, Fn, FI);