Home | History | Annotate | Download | only in MC

Lines Matching refs:format

15 #include "llvm/Support/Format.h"
82 return format("%" PRId64, Value);
89 return format("-0x%" PRIx64, -Value);
91 return format("0x%" PRIx64, Value);
95 return format("-0%" PRIx64 "h", -Value);
97 return format("-%" PRIx64 "h", -Value);
100 return format("0%" PRIx64 "h", Value);
102 return format("%" PRIx64 "h", Value);
111 return format("0x%" PRIx64, Value);
114 return format("0%" PRIx64 "h", Value);
116 return format("%" PRIx64 "h", Value);