#include "IR.h" #include "decompiler/ObjectFile/LinkedObjectFile.h" std::string IR::print(const LinkedObjectFile& file) const { return to_form(file)->toStringPretty(); } std::shared_ptr