LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions
Verifier.h File Reference
#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

 llvm
 List of target independent CodeGen pass IDs.
 

Enumerations

enum  llvm::VerifierFailureAction { llvm::AbortProcessAction, llvm::PrintMessageAction, llvm::ReturnStatusAction }
 An enumeration to specify the action to be taken if errors found. More...
 

Functions

FunctionPassllvm::createVerifierPass (VerifierFailureAction action=AbortProcessAction)
 Create a verifier pass. More...
 
bool llvm::verifyModule (const Module &M, VerifierFailureAction action=AbortProcessAction, std::string *ErrorInfo=0)
 Check a module for errors. More...
 
bool llvm::verifyFunction (const Function &F, VerifierFailureAction action=AbortProcessAction)