LLVM API Documentation
#include <string>Include dependency graph for Verifier.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Enumerations | |
| enum | llvm::VerifierFailureAction { llvm::AbortProcessAction, llvm::PrintMessageAction, llvm::ReturnStatusAction } |
| An enumeration to specify the action to be taken if errors found. More... | |
Functions | |
| FunctionPass * | llvm::createVerifierPass (VerifierFailureAction action=AbortProcessAction) |
| Create a verifier pass. | |
| bool | llvm::verifyModule (const Module &M, VerifierFailureAction action=AbortProcessAction, std::string *ErrorInfo=0) |
| Check a module for errors. | |
| bool | llvm::verifyFunction (const Function &F, VerifierFailureAction action=AbortProcessAction) |