Searched defs:VerifierPass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DVerifier.h59 /// Note that this creates a pass suitable for the legacy pass manager. It has nothing to do with \c VerifierPass.
71 /// nothing to do with \c VerifierPass.
74 class VerifierPass { class in namespace:llvm
78 explicit VerifierPass(bool FatalErrors = true) : FatalErrors(FatalErrors) {} function in class:llvm::VerifierPass
83 static StringRef name() { return "VerifierPass"; }

Completed in 259 milliseconds