Home
last modified time | relevance | path

Searched refs:to_hexString (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScopedPrinter.cpp11 OS << "0x" << to_hexString(Value.Value); in operator <<()
15 std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp152 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation()
267 to_hexString(FixupOffset) + in RecordARMScatteredRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp578 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h60 std::string to_hexString(uint64_t Value, bool UpperCase = true);