reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/ScopedPrinter.h
   59 const std::string to_hexString(uint64_t Value, bool UpperCase = true);

References

lib/Support/ScopedPrinter.cpp
   11   OS << "0x" << to_hexString(Value.Value);
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
  152                                      to_hexString(FixupOffset) +
  267                                      to_hexString(FixupOffset) +
tools/llvm-readobj/ELFDumper.cpp
  500     return to_hexString(Value, false);
 2768   OS << to_hexString(e->e_ident[ELF::EI_VERSION]);
 2774   Str = "0x" + to_hexString(e->e_ident[ELF::EI_ABIVERSION]);
 2780   Str = "0x" + to_hexString(e->e_version);
 2782   Str = "0x" + to_hexString(e->e_entry);
 2796   Str = "0x" + to_hexString(e->e_flags);
 2968     Addend += to_hexString(RelAddend, false);
 3024        << to_hexString(Offset, false) << " contains " << Entries
 3070     return "LOOS+0x" + to_hexString(Type - SHT_LOOS);
 3072     return "LOPROC+0x" + to_hexString(Type - SHT_LOPROC);
 3074     return "LOUSER+0x" + to_hexString(Type - SHT_LOUSER);
 3075   return "0x" + to_hexString(Type) + ": <unknown>";
 3197      << "0x" << to_hexString(Obj->getHeader()->e_shoff, false) << ":\n\n";