LLVM API Documentation
#include <string>
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 | |
FunctionPass * | llvm::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) |