Searched refs:to_hexString (Results 1 – 4 of 4) sorted by relevance
11 OS << "0x" << to_hexString(Value.Value); in operator <<()15 std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
152 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation()267 to_hexString(FixupOffset) + in RecordARMScatteredRelocation()
578 return to_hexString(Value, false); in printEnum()3219 OS << to_hexString(e.e_ident[ELF::EI_VERSION]); in printFileHeaders()3232 Str = "Processor Specific: (" + to_hexString(e.e_type, false) + ")"; in printFileHeaders()3234 Str = "OS Specific: (" + to_hexString(e.e_type, false) + ")"; in printFileHeaders()3236 Str = "<unknown>: " + to_hexString(e.e_type, false); in printFileHeaders()3242 Str = "0x" + to_hexString(e.e_version); in printFileHeaders()3244 Str = "0x" + to_hexString(e.e_entry); in printFileHeaders()3261 Str = "0x" + to_hexString(e.e_flags); in printFileHeaders()3439 Addend += to_hexString(RelAddend, false); in printRelRelaReloc()3471 << to_hexString(Offset, false) << " contains " << Reg.Size << " bytes:\n"; in printDynamicRelocHeader()[all …]
60 std::string to_hexString(uint64_t Value, bool UpperCase = true);