Searched defs:Verifier (Results 1 – 1 of 1) sorted by relevance
124 struct Verifier : public FunctionPass, public InstVisitor<Verifier> { struct125 static char ID; // Pass ID, replacement for typeid126 bool Broken; // Is this module found to be broken?127 VerifierFailureAction action;129 Module *Mod; // Module we are verifying right now130 LLVMContext *Context; // Context within which we are verifying131 DominatorTree *DT; // Dominator Tree, caution can be null!132 const DataLayout *DL;134 std::string Messages;135 raw_string_ostream MessagesStr;[all …]