Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp141 struct VerifierSupport { struct
142 raw_ostream *OS;
143 const Module &M;
144 ModuleSlotTracker MST;
145 Triple TT;
146 const DataLayout &DL;
147 LLVMContext &Context;
150 bool Broken = false;
152 bool BrokenDebugInfo = false;
154 bool TreatBrokenDebugInfoAsError = true;
[all …]