Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp143 Style == HexPrintStyle::PrefixUpper); in write_hex()
145 (Style == HexPrintStyle::Upper || Style == HexPrintStyle::PrefixUpper); in write_hex()
252 return (S == HexPrintStyle::PrefixLower || S == HexPrintStyle::PrefixUpper); in isPrefixedHexStyle()
H A Draw_ostream.cpp391 Style = HexPrintStyle::PrefixUpper; in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
H A DFormatProviders.h89 Style = HexPrintStyle::PrefixUpper; in consumeHexStyle()
182 HexPrintStyle HS = HexPrintStyle::PrefixUpper;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1315 llvm::write_hex(os, 0xFFULL << i * 8, HexPrintStyle::PrefixUpper); in printBytes()