Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DScopedPrinter.cpp12 OS << "0x" << to_hexString(Value.Value); in operator <<()
16 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp331 return to_hexString(Value, false); in printEnum()
2386 OS << to_hexString(e->e_ident[ELF::EI_VERSION]); in printFileHeaders()
2392 Str = "0x" + to_hexString(e->e_version); in printFileHeaders()
2393 Str = to_hexString(e->e_ident[ELF::EI_ABIVERSION]); in printFileHeaders()
2399 Str = "0x" + to_hexString(e->e_version); in printFileHeaders()
2401 Str = "0x" + to_hexString(e->e_entry); in printFileHeaders()
2407 Str = "0x" + to_hexString(e->e_flags); in printFileHeaders()
2490 Addend += to_hexString(std::abs(RelAddend), false); in printRelocation()
2528 << to_hexString(Offset, false) << " contains " << Entries in printRelocations()
2649 << "0x" << to_hexString(Obj->getHeader()->e_shoff, false) << ":\n\n"; in printSections()
/external/llvm/include/llvm/Support/
DScopedPrinter.h60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);