Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FnType

2170   llvm::FunctionType *FnType =
2185 CGM.CreateRuntimeFunction(FnType, FunctionName,
3124 const FunctionType *FnType
3128 EmitCallArgs(Args, dyn_cast<FunctionProtoType>(FnType), ArgBeg, ArgEnd);
3131 CGM.getTypes().arrangeFreeFunctionCall(Args, FnType);
3150 if (isa<FunctionNoProtoType>(FnType)) {