forked from OSchip/llvm-project
parent
e81944fd5e
commit
d6f8b07bfa
|
@ -89,8 +89,8 @@ public:
|
||||||
bool getPrintImmHex() const { return PrintImmHex; }
|
bool getPrintImmHex() const { return PrintImmHex; }
|
||||||
void setPrintImmHex(bool Value) { PrintImmHex = Value; }
|
void setPrintImmHex(bool Value) { PrintImmHex = Value; }
|
||||||
|
|
||||||
HexStyle::Style getPrintHexStyleHex() const { return PrintHexStyle; }
|
HexStyle::Style getPrintHexStyle() const { return PrintHexStyle; }
|
||||||
void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; }
|
void setPrintHexStyle(HexStyle::Style Value) { PrintHexStyle = Value; }
|
||||||
|
|
||||||
/// Utility function to print immediates in decimal or hex.
|
/// Utility function to print immediates in decimal or hex.
|
||||||
format_object<int64_t> formatImm(int64_t Value) const {
|
format_object<int64_t> formatImm(int64_t Value) const {
|
||||||
|
|
Loading…
Reference in New Issue