Searched defs:VerifierSupport (Results 1 – 1 of 1) sorted by relevance
120 struct VerifierSupport { struct121 raw_ostream *OS;122 const Module &M;123 ModuleSlotTracker MST;124 Triple TT;125 const DataLayout &DL;126 LLVMContext &Context;129 bool Broken = false;131 bool BrokenDebugInfo = false;133 bool TreatBrokenDebugInfoAsError = true;[all …]