Home
last modified time | relevance | path

Searched refs:printMIR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrintingPass.cpp24 printMIR(OS, M); in run()
35 printMIR(OS, MMI, MF); in run()
65 printMIR(StrOS, MMI, MF); in runOnMachineFunction()
71 printMIR(OS, M); in doFinalization()
H A DMIRPrinter.cpp967 void llvm::printMIR(raw_ostream &OS, const Module &M) { in printMIR() function in llvm
972 void llvm::printMIR(raw_ostream &OS, const MachineModuleInfo &MMI, in printMIR() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h49 LLVM_ABI void printMIR(raw_ostream &OS, const Module &M);
53 LLVM_ABI void printMIR(raw_ostream &OS, const MachineModuleInfo &MMI,