Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCInstPrinter.h97 …format_object1<int64_t> formatImm(const int64_t Value) const { return PrintImmHex ? formatHex(Valu… in formatImm()
101 format_object1<int64_t> formatHex(const int64_t Value) const;
102 format_object1<uint64_t> formatHex(const uint64_t Value) const;
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCInstPrinter.cpp76 format_object1<int64_t> MCInstPrinter::formatHex(const int64_t Value) const { in formatHex() function in MCInstPrinter
99 format_object1<uint64_t> MCInstPrinter::formatHex(const uint64_t Value) const { in formatHex() function in MCInstPrinter
/freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp130 O << formatHex((uint64_t)Address); in printPCRelImm()
DX86ATTInstPrinter.cpp142 O << formatHex((uint64_t)Address); in printPCRelImm()