14 #ifndef LLVM_SUPPORT_PRINTABLE_H 15 #define LLVM_SUPPORT_PRINTABLE_H 40 std::function<void(raw_ostream &OS)>
Print;
42 : Print(
std::move(Print)) {}
Printable(std::function< void(raw_ostream &OS)> Print)
This class represents lattice values for constants.
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&)>.