Searched defs:VerifierSupport (Results 1 – 1 of 1) sorted by relevance
125 struct VerifierSupport { struct126 raw_ostream *OS;127 const Module &M;128 ModuleSlotTracker MST;129 Triple TT;130 const DataLayout &DL;131 LLVMContext &Context;134 bool Broken = false;136 bool BrokenDebugInfo = false;138 bool TreatBrokenDebugInfoAsError = true;[all …]