Searched refs:VerifierLegacyPass (Results 1 – 1 of 1) sorted by relevance
6238 struct VerifierLegacyPass : public FunctionPass { struct6244 VerifierLegacyPass() : FunctionPass(ID) { in VerifierLegacyPass() function6247 explicit VerifierLegacyPass(bool FatalErrors) in VerifierLegacyPass() function6628 char VerifierLegacyPass::ID = 0;6629 INITIALIZE_PASS(VerifierLegacyPass, "verify", "Module Verifier", false, false)6632 return new VerifierLegacyPass(FatalErrors); in createVerifierPass()