14 #ifndef LLVM_SUPPORT_PRINTABLE_H
15 #define LLVM_SUPPORT_PRINTABLE_H
40 std::function<void(raw_ostream &OS)>
Print;
Printable(std::function< void(raw_ostream &OS)> Print)
raw_ostream & operator<<(raw_ostream &OS, const APInt &I)
This class implements an extremely fast bulk output stream that can only output to a stream...
std::function< void(raw_ostream &OS)> Print
print Print MemDeps of function
Simple wrapper around std::function<void(raw_ostream&)>.