Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NoReturn

540   FI->NoReturn = info.getNoReturn();
1076 FuncAttrs.addAttribute(llvm::Attribute::NoReturn);
1085 FuncAttrs.addAttribute(llvm::Attribute::NoReturn);
1093 // Don't use [[noreturn]] or _Noreturn for a call to a virtual function.
1097 FuncAttrs.addAttribute(llvm::Attribute::NoReturn);
1793 // with noreturn cleanups.
2445 /// Emits a call or invoke to the given noreturn runtime function.