HomeSort by relevance Sort by last modified time
    Searched defs:PrintImmHex (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/MC/
MCInstPrinter.h 52 bool PrintImmHex;
64 PrintImmHex(0), PrintHexStyle(HexStyle::C) {}
89 bool getPrintImmHex() const { return PrintImmHex; }
90 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
97 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 55 bool PrintImmHex = false;
90 bool getPrintImmHex() const { return PrintImmHex; }
91 void setPrintImmHex(bool Value) { PrintImmHex = Value; }
98 return PrintImmHex ? formatHex(Value) : formatDec(Value);

Completed in 360 milliseconds