LLVM API Documentation
Go to the source code of this file.
Classes | |
class | llvm::VerifierPass |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::verifyFunction (const Function &F, raw_ostream *OS=nullptr) |
Check a function for errors, useful for use when debugging a pass. | |
bool | llvm::verifyModule (const Module &M, raw_ostream *OS=nullptr) |
Check a module for errors. | |
FunctionPass * | llvm::createVerifierPass (bool FatalErrors=true) |
Create a verifier pass. | |
ModulePass * | llvm::createDebugInfoVerifierPass (bool FatalErrors=true) |
Create a debug-info verifier pass. |