Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp120 struct VerifierSupport { struct
121 raw_ostream *OS;
122 const Module &M;
123 ModuleSlotTracker MST;
124 Triple TT;
125 const DataLayout &DL;
126 LLVMContext &Context;
129 bool Broken = false;
131 bool BrokenDebugInfo = false;
133 bool TreatBrokenDebugInfoAsError = true;
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 …]