Searched refs:write_hex (Results 1 – 19 of 19) sorted by relevance
72 DEBUG(dbgs().write_hex(Prev)); in rangesAreValid()74 DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid()79 DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()81 DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
201 raw_ostream &write_hex(unsigned long long N);
42 OS.write_hex(static_cast<unsigned char>(UTF8[i])); in translateCodePointToUTF8()
97 OS.write_hex(*Ptr.uHex); in printOneChild()
159 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream222 return write_hex((uintptr_t) P); in operator <<()
122 O.write_hex(MO.getImm()); in printPCRelOperand()
171 errs().write_hex(Word) << "\n"); in emitWord()
293 errs().write_hex(c); errs() << " "; in dumpDataAux()
964 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 32)); in printLogicalImm32()971 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 64)); in printLogicalImm64()1236 O.write_hex(Address); in printAlignedLabel()
361 errs().write_hex(Word) << "\n"); in emitWord()
263 O.write_hex(Integer); in print()
520 OS.write_hex(Value); in emitRecord()
1283 OS.write_hex(RegBank.CoveringLanes); in runTargetDesc()
177 OS.write_hex((Value & (0xF << (i * 4))) >> (i * 4)); in printHex32()
326 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()1263 O.write_hex(Val); in printNEONModImmOperand()
519 errs().write_hex(Binary) << "\n"); in emitWordLE()525 errs().write_hex(Binary) << "\n"); in emitDWordLE()
1047 dbgs().write_hex(CAddr) << "]\n"); in emitConstantPool()
778 OS.write_hex(truncateToSize(Value, ValueSize)); in EmitValueToAlignment()
1284 (OS << "lang 0x").write_hex(Lang); in printInternal()