Home
last modified time | relevance | path

Searched defs:toHex (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DSHA256.cpp22 static std::string toHex(ArrayRef<uint8_t> Input) { in toHex() function
H A Draw_sha1_ostream_test.cpp17 static std::string toHex(ArrayRef<uint8_t> Input) { in toHex() function
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp281 static std::string toHex(uint64_t V) { toHex() function
/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h183 inline void toHex(ArrayRef<uint8_t> Input, bool LowerCase, toHex() function