Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DScopedPrinter.cpp11 OS << "0x" << to_hexString(Value.Value); in operator <<()
15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp153 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation()
268 to_hexString(FixupOffset) + in RecordARMScatteredRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DScopedPrinter.h60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp394 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()