LLVM
3.7.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
work
release_test
rc4
llvm.src
lib
Target
X86
InstPrinter
X86InstComments.h
Go to the documentation of this file.
1
//=- X86InstComments.h - Generate verbose-asm comments for instrs -*- C++ -*-=//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This defines functionality used to emit comments about X86 instructions to
11
// an output stream for -fverbose-asm.
12
//
13
//===----------------------------------------------------------------------===//
14
15
#ifndef LLVM_LIB_TARGET_X86_INSTPRINTER_X86INSTCOMMENTS_H
16
#define LLVM_LIB_TARGET_X86_INSTPRINTER_X86INSTCOMMENTS_H
17
18
namespace
llvm {
19
class
MCInst;
20
class
raw_ostream;
21
bool
EmitAnyX86InstComments
(
const
MCInst *
MI
, raw_ostream &OS,
22
const
char
*(*getRegName)(
unsigned
));
23
}
24
25
#endif
llvm::AArch64CC::MI
Definition:
AArch64BaseInfo.h:198
llvm::EmitAnyX86InstComments
bool EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS, const char *(*getRegName)(unsigned))
EmitAnyX86InstComments - This function decodes x86 instructions and prints newline terminated strings...
Definition:
X86InstComments.cpp:117
Generated on Mon Aug 31 2015 11:11:53 for LLVM by
1.8.6