Home
last modified time | relevance | path

Searched defs:VerifierSupport (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp86 struct VerifierSupport { struct
87 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() argument
101 template <class NodeTy> void Write(const ilist_iterator<NodeTy> &I) { in Write()
105 void Write(const Module *M) { in Write()
[all …]