HomeSort by relevance Sort by last modified time
    Searched refs:VerifierPass (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
Verifier.h 59 /// 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 {
78 explicit VerifierPass(bool FatalErrors = true) : FatalErrors(FatalErrors) {}
83 static StringRef name() { return "VerifierPass"; }
  /external/llvm/tools/opt/
NewPMDriver.cpp 63 MPM.addPass(VerifierPass());
71 MPM.addPass(VerifierPass());
Passes.cpp 150 FPM.addPass(VerifierPass());
263 MPM.addPass(VerifierPass());
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 309 milliseconds