HomeSort by relevance Sort by last modified time
    Searched refs:printMIR (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
MIRPrinter.h 25 void printMIR(raw_ostream &OS, const Module &M);
29 void printMIR(raw_ostream &OS, const MachineFunction &MF);
MIRPrintingPass.cpp 46 printMIR(StrOS, MF);
52 printMIR(OS, M);
MIRPrinter.cpp 971 void llvm::printMIR(raw_ostream &OS, const Module &M) {
976 void llvm::printMIR(raw_ostream &OS, const MachineFunction &MF) {

Completed in 542 milliseconds