Searched refs:VerifierLegacyPass (Results 1 – 1 of 1) sorted by relevance
6391 struct VerifierLegacyPass : public FunctionPass { struct6397 VerifierLegacyPass() : FunctionPass(ID) { in VerifierLegacyPass() function6400 explicit VerifierLegacyPass(bool FatalErrors) in VerifierLegacyPass() function6781 char VerifierLegacyPass::ID = 0;6782 INITIALIZE_PASS(VerifierLegacyPass, "verify", "Module Verifier", false, false)6785 return new VerifierLegacyPass(FatalErrors); in createVerifierPass()