Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCInstPrinter.cpp88 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex() function in MCInstPrinter
111 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex() function in MCInstPrinter
/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/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dformat.go185 func formatHex(u uint64) string { func