Searched refs:VerifierLegacyPass (Results 1 – 1 of 1) sorted by relevance
5748 struct VerifierLegacyPass : public FunctionPass { struct5754 VerifierLegacyPass() : FunctionPass(ID) { in VerifierLegacyPass() function5757 explicit VerifierLegacyPass(bool FatalErrors) in VerifierLegacyPass() function6142 char VerifierLegacyPass::ID = 0;6143 INITIALIZE_PASS(VerifierLegacyPass, "verify", "Module Verifier", false, false)6146 return new VerifierLegacyPass(FatalErrors); in createVerifierPass()