Searched refs:to_hexString (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 11 OS << "0x" << to_hexString(Value.Value); in operator <<() 15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
|
/external/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 12 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/ |
D | ELFDumper.cpp | 331 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/ |
D | ScopedPrinter.h | 60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 390 return to_hexString(Value, false); in printEnum() 2500 OS << to_hexString(e->e_ident[ELF::EI_VERSION]); in printFileHeaders() 2506 Str = "0x" + to_hexString(e->e_ident[ELF::EI_ABIVERSION]); in printFileHeaders() 2512 Str = "0x" + to_hexString(e->e_version); in printFileHeaders() 2514 Str = "0x" + to_hexString(e->e_entry); in printFileHeaders() 2520 Str = "0x" + to_hexString(e->e_flags); in printFileHeaders() 2669 Addend += to_hexString(std::abs(RelAddend), false); in printRelocation() 2738 << to_hexString(Offset, false) << " contains " << Entries in printRelocations() 2893 << "0x" << to_hexString(Obj->getHeader()->e_shoff, false) << ":\n\n"; in printSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|