Home
last modified time | relevance | path

Searched refs:HEX_WIDTH (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h102 const int HEX_WIDTH = 12; variable
103 inline FormattedNumber hexValue(uint64_t N, unsigned Width = HEX_WIDTH,
109 inline std::string hexString(uint64_t Value, size_t Width = HEX_WIDTH) {