LLVM API Documentation

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

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

FunctionPassllvm::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)