HomeSort by: relevance | last modified time | path
    Searched refs:to_hexString (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
ScopedPrinter.cpp 11 OS << "0x" << to_hexString(Value.Value);
15 std::string to_hexString(uint64_t Value, bool UpperCase) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 152 to_hexString(FixupOffset) +
267 to_hexString(FixupOffset) +
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 578 return to_hexString(Value, false);
3219 OS << to_hexString(e.e_ident[ELF::EI_VERSION]);
3232 Str = "Processor Specific: (" + to_hexString(e.e_type, false) + ")";
3234 Str = "OS Specific: (" + to_hexString(e.e_type, false) + ")";
3236 Str = "<unknown>: " + to_hexString(e.e_type, false);
3242 Str = "0x" + to_hexString(e.e_version);
3244 Str = "0x" + to_hexString(e.e_entry);
3261 Str = "0x" + to_hexString(e.e_flags);
3439 Addend += to_hexString(RelAddend, false);
3471 << to_hexString(Offset, false) << " contains " << Reg.Size << " bytes:\n"
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h 60 std::string to_hexString(uint64_t Value, bool UpperCase = true);

Completed in 31 milliseconds