LLVM API Documentation

Defines | Functions
XCoreInstPrinter.cpp File Reference
#include "XCoreInstPrinter.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 "XCoreGenAsmWriter.inc"
Include dependency graph for XCoreInstPrinter.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "asm-printer"

Functions

static void printExpr (const MCExpr *Expr, raw_ostream &OS)

Define Documentation

#define DEBUG_TYPE   "asm-printer"

Definition at line 24 of file XCoreInstPrinter.cpp.


Function Documentation

static void printExpr ( const MCExpr Expr,
raw_ostream OS 
) [static]