Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/MC/
H A DMCInstPrinter.cpp52 template <typename T> std::string formatHex(T i) { in formatHex() function in __anon3f5a3ef00111::MCInstPrinterTest
62 TEST_F(MCInstPrinterTest,formatHex) TEST_F() argument
/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp190 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex() function in MCInstPrinter
214 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex() function in MCInstPrinter