Searched defs:VerifierSupport (Results 1 – 3 of 3) 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 …]
86 struct VerifierSupport { struct87 raw_ostream *OS;88 const Module *M = nullptr;89 Optional<ModuleSlotTracker> MST;92 bool Broken = false;94 bool BrokenDebugInfo = false;96 bool TreatBrokenDebugInfoAsError = true;98 explicit VerifierSupport(raw_ostream *OS) : OS(OS) {} in VerifierSupport() argument101 template <class NodeTy> void Write(const ilist_iterator<NodeTy> &I) { in Write()105 void Write(const Module *M) { in Write()[all …]
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 …]