|
LLVM
3.7.0
|
Go to the source code of this file.
Classes | |
| class | llvm::VerifierPass |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::verifyFunction (const Function &F, raw_ostream *OS=nullptr) |
| Check a function for errors, useful for use when debugging a pass. More... | |
| bool | llvm::verifyModule (const Module &M, raw_ostream *OS=nullptr) |
| Check a module for errors. More... | |
| FunctionPass * | llvm::createVerifierPass (bool FatalErrors=true) |
| Create a verifier pass. More... | |
1.8.6