LLVM API Documentation

Classes | Namespaces | Functions
Verifier.h File Reference
#include "llvm/ADT/StringRef.h"
#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.

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.
ModulePassllvm::createDebugInfoVerifierPass (bool FatalErrors=true)
 Create a debug-info verifier pass.