Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NoReturn

493   FI->NoReturn = info.getNoReturn();
1003 FuncAttrs.addAttribute(llvm::Attribute::NoReturn);
1012 FuncAttrs.addAttribute(llvm::Attribute::NoReturn);
1018 // Don't use [[noreturn]] or _Noreturn for a call to a virtual function.
1022 FuncAttrs.addAttribute(llvm::Attribute::NoReturn);
1626 // with noreturn cleanups.
2120 /// Emits a call or invoke to the given noreturn runtime function.