HomeSort by: relevance | last modified time | path
    Searched refs:printMIR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRPrinter.h 26 void printMIR(raw_ostream &OS, const Module &M);
30 void printMIR(raw_ostream &OS, const MachineFunction &MF);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrintingPass.cpp 45 printMIR(StrOS, MF);
51 printMIR(OS, M);
MIRPrinter.cpp 919 void llvm::printMIR(raw_ostream &OS, const Module &M) {
924 void llvm::printMIR(raw_ostream &OS, const MachineFunction &MF) {

Completed in 33 milliseconds