Home
last modified time | relevance | path

Searched defs:formatHex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCInstPrinter.cpp85 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex() function in MCInstPrinter
108 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex() function in MCInstPrinter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp175 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex() function in MCInstPrinter
199 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex() function in MCInstPrinter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCInstPrinter.cpp198 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex() function in MCInstPrinter
222 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex() function in MCInstPrinter
/external/go-cmp/cmp/
Dreport_reflect.go393 func formatHex(u uint64) string { func