Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp84 struct VerifierSupport { struct
85 raw_ostream &OS;
86 const Module *M;
89 bool Broken;
91 explicit VerifierSupport(raw_ostream &OS) in VerifierSupport() argument
94 void WriteValue(const Value *V) { in WriteValue()
105 void WriteMetadata(const Metadata *MD) { in WriteMetadata()
112 void WriteType(Type *T) { in WriteType()
118 void WriteComdat(const Comdat *C) { in WriteComdat()
127 void CheckFailed(const Twine &Message, const Value *V1 = nullptr, in CheckFailed()
[all …]