Lines Matching refs:format
15 #include "llvm/Support/Format.h"
73 return format("%" PRId64, Value);
80 return format("-0x%" PRIx64, -Value);
82 return format("0x%" PRIx64, Value);
86 return format("-0%" PRIx64 "h", -Value);
88 return format("-%" PRIx64 "h", -Value);
91 return format("0%" PRIx64 "h", Value);
93 return format("%" PRIx64 "h", Value);
102 return format("0x%" PRIx64, Value);
105 return format("0%" PRIx64 "h", Value);
107 return format("%" PRIx64 "h", Value);