LLVM 22.0.0git
|
#include "llvm/IR/PassManager.h"
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 | |
void | llvm::lintModule (const Module &M, bool AbortOnError=false) |
Lint a module. | |
void | llvm::lintFunction (const Function &F, bool AbortOnError=false) |
lintFunction - Check a function for errors, printing messages on stderr. |