Searched refs:format_object1 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h98 format_object1<int64_t> formatImm(const int64_t Value) const { return PrintImmHex ? formatHex(Value) : formatDec(Value); }
101 format_object1<int64_t> formatDec(const int64_t Value) const;
102 format_object1<int64_t> formatHex(const int64_t Value) const;
103 format_object1<uint64_t> formatHex(const uint64_t Value) const;
/external/llvm/lib/MC/
H A DMCInstPrinter.cpp72 format_object1<int64_t> MCInstPrinter::formatDec(const int64_t Value) const {
76 format_object1<int64_t> MCInstPrinter::formatHex(const int64_t Value) const {
99 format_object1<uint64_t> MCInstPrinter::formatHex(const uint64_t Value) const {
/external/llvm/include/llvm/Support/
H A DFormat.h82 class format_object1 : public format_object_base { class in namespace:llvm
85 format_object1(const char *fmt, const T &val) function in class:llvm::format_object1
189 inline format_object1<T> format(const char *Fmt, const T &Val) {
190 return format_object1<T>(Fmt, Val);

Completed in 970 milliseconds