Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp83 struct VerifierSupport { struct
84 raw_ostream &OS;
85 const Module *M;
88 bool Broken;
90 explicit VerifierSupport(raw_ostream &OS) in VerifierSupport() argument
94 template <class NodeTy> void Write(const ilist_iterator<NodeTy> &I) { in Write()
98 void Write(const Module *M) { in Write()
104 void Write(const Value *V) { in Write()
114 void Write(ImmutableCallSite CS) { in Write()
118 void Write(const Metadata *MD) { in Write()
[all …]