Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnType

2399                                  llvm::FunctionType *FnType,
2420 FnType, FnName,
2509 llvm::FunctionType *FnType =
2515 emitCheckHandlerCall(*this, FnType, Args, CheckName, RecoverKind,
2525 emitCheckHandlerCall(*this, FnType, Args, CheckName, RecoverKind, true,
2528 emitCheckHandlerCall(*this, FnType, Args, CheckName, RecoverKind, false,
3800 const auto *FnType =
3809 CGM.GetAddrOfRTTIDescriptor(QualType(FnType, 0), /*ForEH=*/true);
3854 llvm::Metadata *MD = CGM.CreateMetadataIdentifierForType(QualType(FnType, 0));
3868 EmitCheckTypeDescriptor(QualType(FnType, 0)),
3879 EmitCallArgs(Args, dyn_cast<FunctionProtoType>(FnType), E->arguments(),
3883 Args, FnType, /*isChainCall=*/Chain);
3905 if (isa<FunctionNoProtoType>(FnType) || Chain) {