Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Naked

619     // Naked implies noinline: we should not be inlining such functions.
620 B.addAttribute(llvm::Attribute::Naked);