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.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()