Searched refs:to_hexString (Results 1 – 4 of 4) sorted by relevance
11 OS << "0x" << to_hexString(Value.Value); in operator <<()15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
153 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation()268 to_hexString(FixupOffset) + in RecordARMScatteredRelocation()
60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
394 return to_hexString(Value, false); in printEnum()2548 OS << to_hexString(e->e_ident[ELF::EI_VERSION]); in printFileHeaders()2554 Str = "0x" + to_hexString(e->e_ident[ELF::EI_ABIVERSION]); in printFileHeaders()2560 Str = "0x" + to_hexString(e->e_version); in printFileHeaders()2562 Str = "0x" + to_hexString(e->e_entry); in printFileHeaders()2576 Str = "0x" + to_hexString(e->e_flags); in printFileHeaders()2727 Addend += to_hexString(std::abs(RelAddend), false); in printRelocation()2796 << to_hexString(Offset, false) << " contains " << Entries in printRelocations()2955 << "0x" << to_hexString(Obj->getHeader()->e_shoff, false) << ":\n\n"; in printSectionHeaders()