Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
H A DFormatProviders.h86 Style = HexPrintStyle::PrefixLower; in consumeHexStyle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp140 bool Prefix = (Style == HexPrintStyle::PrefixLower || in write_hex()
250 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
H A Draw_ostream.cpp204 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower); in operator <<()
388 Style = HexPrintStyle::PrefixLower; in operator <<()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp32 write_hex(OS, m_address, HexPrintStyle::PrefixLower, 18); in log()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp40 llvm::write_hex(OS, Mask, llvm::HexPrintStyle::PrefixLower); in print()