HomeSort by relevance Sort by last modified time
    Searched refs:utohex_buffer (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
StringExtras.h 47 /// utohex_buffer - Emit the specified number into the buffer specified by
51 /// printf("0x%s", utohex_buffer(X, Buffer+40));
56 static inline char *utohex_buffer(IntTy X, char *BufferEnd, bool LowerCase = false) { function in namespace:llvm
74 return utohex_buffer(X, Buffer+17, LowerCase);
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 44 milliseconds