Searched refs:PrefixLower (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | NativeFormatting.h | 22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
|
| H A D | FormatProviders.h | 86 Style = HexPrintStyle::PrefixLower; in consumeHexStyle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 140 bool Prefix = (Style == HexPrintStyle::PrefixLower || in write_hex() 250 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
|
| H A D | raw_ostream.cpp | 204 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 D | DecodedThread.cpp | 32 write_hex(OS, m_address, HexPrintStyle::PrefixLower, 18); in log()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.cpp | 40 llvm::write_hex(OS, Mask, llvm::HexPrintStyle::PrefixLower); in print()
|