Searched defs:write_hex (Results 1 – 6 of 6) sorted by relevance
133 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
142 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
137 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
140 template <typename T> void write_hex(T n) { in write_hex() function
411 static int write_hex(char *buf, char *str, int width) in write_hex() function