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

  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 122 OS.write_hex((uint32_t)Func + Index);
124 OS.write_hex(*(uint32_t *)(Func + Index));
  /external/llvm/include/llvm/Support/
raw_ostream.h 194 /// write_hex - Output \arg N in hexadecimal, without any prefix or padding.
195 raw_ostream &write_hex(unsigned long long N);
  /external/llvm/lib/Support/
Twine.cpp 94 OS.write_hex(*static_cast<const uint64_t*>(Ptr));
raw_ostream.cpp 156 raw_ostream &raw_ostream::write_hex(unsigned long long N) { function in class:raw_ostream
219 return write_hex((uintptr_t) P);
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 308 OS.write_hex(Value);
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 447 OS.write_hex(truncateToSize(Value, ValueSize));
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 530 errs().write_hex(Binary) << "\n");
536 errs().write_hex(Binary) << "\n");
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 555 OS.write_hex((intptr_t) &*DbgNode) << ']';
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 694 OS.write_hex(truncateToSize(Value, ValueSize));
    [all...]

Completed in 282 milliseconds