Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp125 struct VerifierSupport { struct
126 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 …]