Home | History | Annotate | Download | only in Mips

Lines Matching refs:raw_ostream

29 class raw_ostream;
61 void printSavedRegsBitmask(raw_ostream &O);
62 void printHex32(unsigned int Value, raw_ostream &O);
72 raw_ostream &O);
75 raw_ostream &O);
76 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
77 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
78 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
79 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O);
80 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
84 void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS);