Home | History | Annotate | Download | only in MC

Lines Matching refs:format

15 #include "llvm/Support/Format.h"
69 return format("%" PRId64, Value);
76 return format("-0x%" PRIx64, -Value);
78 return format("0x%" PRIx64, Value);
82 return format("-0%" PRIx64 "h", -Value);
84 return format("-%" PRIx64 "h", -Value);
87 return format("0%" PRIx64 "h", Value);
89 return format("%" PRIx64 "h", Value);
98 return format("0x%" PRIx64, Value);
101 return format("0%" PRIx64 "h", Value);
103 return format("%" PRIx64 "h", Value);