Searched refs:HexStream (Results 1 – 1 of 1) sorted by relevance
230 raw_string_ostream HexStream(HexString); in emitInstruction() local231 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()240 raw_string_ostream HexStream(HexString); in emitInstruction() local241 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()253 raw_string_ostream HexStream(HexString); in emitInstruction() local254 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()316 raw_string_ostream HexStream(HexLine); in emitInstruction() local320 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()