LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
MipsInstPrinter.cpp File Reference
#include "MipsInstPrinter.h"
#include "MipsInstrInfo.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "MipsGenAsmWriter.inc"
Include dependency graph for MipsInstPrinter.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"
 
#define PRINT_ALIAS_INSTR
 

Functions

template<unsigned R>
static bool isReg (const MCInst &MI, unsigned OpNo)
 
static void printExpr (const MCExpr *Expr, raw_ostream &OS)
 

Macro Definition Documentation

#define DEBUG_TYPE   "asm-printer"

Definition at line 14 of file MipsInstPrinter.cpp.

#define PRINT_ALIAS_INSTR

Definition at line 26 of file MipsInstPrinter.cpp.

Function Documentation

template<unsigned R>
static bool isReg ( const MCInst MI,
unsigned  OpNo 
)
static
static void printExpr ( const MCExpr Expr,
raw_ostream OS 
)
static