Searched defs:VerifierSupport (Results 1 – 1 of 1) sorted by relevance
141 struct VerifierSupport { struct142 raw_ostream *OS;143 const Module &M;144 ModuleSlotTracker MST;145 Triple TT;146 const DataLayout &DL;147 LLVMContext &Context;150 bool Broken = false;152 bool BrokenDebugInfo = false;154 bool TreatBrokenDebugInfoAsError = true;[all …]