HomeSort by relevance Sort by last modified time
    Searched refs:write_hex (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 81 DEBUG(dbgs().write_hex(Prev));
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
88 DEBUG(dbgs().write_hex(I->Lower));
90 DEBUG(dbgs().write_hex(I->Upper) << "\n");
raw_ostream.h 207 raw_ostream &write_hex(unsigned long long N);
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 42 OS.write_hex(static_cast<unsigned char>(UTF8[i]));
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 159 pOutput.write_hex(reinterpret_cast<uintptr_t>(inst_addr));
161 pOutput.write_hex(*reinterpret_cast<const uint32_t *>(inst_addr));
  /external/llvm/lib/Support/
Twine.cpp 93 OS.write_hex(*Ptr.uHex);
raw_ostream.cpp 160 raw_ostream &raw_ostream::write_hex(unsigned long long N) { function in class:raw_ostream
223 return write_hex((uintptr_t) P);
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 149 O.write_hex(MO.getImm());
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 437 errs().write_hex(c); errs() << " ";
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 462 DEBUG(dbgs().write_hex(ISJ->Core.getUnits());
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 311 O.write_hex(Integer);
  /external/llvm/tools/sancov/
sancov.cc 469 OS.write_hex(Addr);
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 525 OS.write_hex(Value);
RegisterInfoEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 346 O.write_hex(static_cast<uint32_t>(TargetAddress));
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 344 OS.write_hex((Value & (0xF << (i * 4))) >> (i * 4));
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 829 OS.write_hex(truncateToSize(Value, ValueSize));
    [all...]

Completed in 700 milliseconds