Searched refs:HexStream (Results 1 – 1 of 1) sorted by relevance
229 raw_string_ostream HexStream(HexString); in emitInstruction() local230 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()239 raw_string_ostream HexStream(HexString); in emitInstruction() local240 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()252 raw_string_ostream HexStream(HexString); in emitInstruction() local253 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()315 raw_string_ostream HexStream(HexLine); in emitInstruction() local319 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()