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

  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 42 OS.write_hex(static_cast<unsigned char>(UTF8[i]));
  /external/llvm/utils/obj2yaml/
obj2yaml.cpp 48 Out.write_hex(N);
  /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/clang/lib/Lex/
UnicodeCharSets.h 54 DEBUG(llvm::dbgs().write_hex(Prev));
56 DEBUG(llvm::dbgs().write_hex(I->Lower) << "\n");
61 DEBUG(llvm::dbgs().write_hex(I->Lower));
63 DEBUG(llvm::dbgs().write_hex(I->Upper) << "\n");
  /external/llvm/lib/Support/
Twine.cpp 97 OS.write_hex(*Ptr.uHex);
raw_ostream.cpp 158 raw_ostream &raw_ostream::write_hex(unsigned long long N) { function in class:raw_ostream
221 return write_hex((uintptr_t) P);
  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 131 O.write_hex(Address);
X86ATTInstPrinter.cpp 143 O.write_hex(Address);
  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 83 errs().write_hex(Index) << ": warning: invalid instruction encoding\n";
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 238 O.write_hex(Val);
387 O.write_hex(Address);
  /external/llvm/include/llvm/Support/
raw_ostream.h 194 /// write_hex - Output \p N in hexadecimal, without any prefix or padding.
195 raw_ostream &write_hex(unsigned long long N);
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 120 O.write_hex((Value & (0xF << (i*4))) >> (i*4));
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 250 O.write_hex(Integer);
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 303 errs().write_hex(c); errs() << " ";
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 294 errs().write_hex(Word) << "\n");
MipsAsmPrinter.cpp 192 O.write_hex((Value & (0xF << (i*4))) >> (i*4));
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 357 OS.write_hex(Value);
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 306 O.write_hex((uint32_t)Address);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 551 errs().write_hex(Binary) << "\n");
557 errs().write_hex(Binary) << "\n");
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 781 OS.write_hex(truncateToSize(Value, ValueSize));
    [all...]

Completed in 384 milliseconds