コード例 #1
0
ファイル: AMDGPUInstPrinter.cpp プロジェクト: AntiMoron/llvm
void AMDGPUInstPrinter::printLast(const MCInst *MI, unsigned OpNo,
                                  raw_ostream &O) {
  printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " ");
}