Home
last modified time | relevance | path

Searched defs:VerifierSupport (Results 1 – 2 of 2) 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() function
101 template <class NodeTy> void Write(const ilist_iterator<NodeTy> &I) { in Write()
105 void Write(const Module *M) { in Write()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp120 struct VerifierSupport { struct
121 raw_ostream *OS;
122 const Module &M;
123 ModuleSlotTracker MST;
124 const DataLayout &DL;
125 LLVMContext &Context;
128 bool Broken = false;
130 bool BrokenDebugInfo = false;
132 bool TreatBrokenDebugInfoAsError = true;
134 explicit VerifierSupport(raw_ostream *OS, const Module &M) in VerifierSupport() argument
[all …]