1 //===- Disassembler.h - Text File Disassembler ----------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This class implements the disassembler of strings of bytes written in
11 // hexadecimal, from standard input or from a file.
13 //===----------------------------------------------------------------------===//
15 #ifndef LLVM_TOOLS_LLVM_MC_DISASSEMBLER_H
16 #define LLVM_TOOLS_LLVM_MC_DISASSEMBLER_H
26 class MCSubtargetInfo
;
31 static int disassemble(const Target
&T
,
32 const std::string
&Triple
,