HomeSort by relevance Sort by last modified time
    Searched refs:PrintHexStyle (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCInstPrinter.h 53 HexStyle::Style PrintHexStyle;
62 PrintHexStyle(HexStyle::C) {}
94 HexStyle::Style getPrintHexStyleHex() const { return PrintHexStyle; }
95 void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; }
  /external/llvm/lib/MC/
MCInstPrinter.cpp 77 switch(PrintHexStyle) {
100 switch(PrintHexStyle) {

Completed in 117 milliseconds