Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp124 struct VerifierSupport { struct
125 raw_ostream *OS;
126 const Module &M;
127 ModuleSlotTracker MST;
128 Triple TT;
129 const DataLayout &DL;
130 LLVMContext &Context;
133 bool Broken = false;
139 explicit VerifierSupport(raw_ostream *OS, const Module &M) in VerifierSupport() argument
148 void Write(const Value *V) { in Write()
[all …]