ΒΆvoid printMIR(llvm::raw_ostream& OS,
              const llvm::Module& M)

Description

Print LLVM IR using the MIR serialization format to the given output stream.

Declared at: llvm/include/llvm/CodeGen/MIRPrinter.h:26

Parameters

llvm::raw_ostream& OS
const llvm::Module& M