Searched refs:HexStream (Results 1 – 1 of 1) sorted by relevance
323 raw_string_ostream HexStream(HexString); in emitInstruction() local324 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()333 raw_string_ostream HexStream(HexString); in emitInstruction() local334 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()346 raw_string_ostream HexStream(HexString); in emitInstruction() local347 HexStream << format_hex(MI->getOperand(0).getImm(), 10, true); in emitInstruction()415 raw_string_ostream HexStream(HexLine); in emitInstruction() local420 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in emitInstruction()