LLVM 23.0.0git
Lint.h File Reference

Go to the source code of this file.

Classes

class  llvm::LintPass

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI void llvm::lintModule (const Module &M, bool AbortOnError=false)
 Lint a module.
LLVM_ABI void llvm::lintFunction (const Function &F, bool AbortOnError=false)
 lintFunction - Check a function for errors, printing messages on stderr.