Home
last modified time | relevance | path

Searched refs:write_hex (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h72 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()
H A Draw_ostream.h204 raw_ostream &write_hex(unsigned long long N);
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp42 OS.write_hex(static_cast<unsigned char>(UTF8[i])); in translateCodePointToUTF8()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTwine.cpp97 OS.write_hex(*Ptr.uHex); in printOneChild()
H A Draw_ostream.cpp160 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
223 return write_hex((uintptr_t) P); in operator <<()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.cpp122 O.write_hex(MO.getImm()); in printPCRelOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp294 errs().write_hex(c); errs() << " "; in dumpDataAux()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp964 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()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp265 O.write_hex(Integer); in print()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp524 OS.write_hex(Value); in emitRecord()
H A DRegisterInfoEmitter.cpp1395 OS.write_hex(RegBank.CoveringLanes); in runTargetDesc()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp264 OS.write_hex((Value & (0xF << (i * 4))) >> (i * 4)); in printHex32()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp343 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
1292 O.write_hex(Val); in printNEONModImmOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp783 OS.write_hex(truncateToSize(Value, ValueSize)); in EmitValueToAlignment()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1249 (OS << "lang 0x").write_hex(Lang); in printInternal()