Searched defs:VerifierSupport (Results 1 – 1 of 1) sorted by relevance
124 struct VerifierSupport { struct125 raw_ostream *OS;126 const Module &M;127 ModuleSlotTracker MST;128 Triple TT;129 const DataLayout &DL;130 LLVMContext &Context;133 bool Broken = false;139 explicit VerifierSupport(raw_ostream *OS, const Module &M) in VerifierSupport() argument148 void Write(const Value *V) { in Write()[all …]