Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h146 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
150 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
174 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()