LLVM API Documentation

MipsAsmPrinter.cpp File Reference

#include "Mips.h"
#include "MipsSubtarget.h"
#include "MipsInstrInfo.h"
#include "MipsTargetMachine.h"
#include "MipsMachineFunction.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Target/TargetAsmInfo.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Support/Mangler.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <cctype>
#include "MipsGenAsmWriter.inc"

Include dependency graph for MipsAsmPrinter.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "mips-asm-printer"

Functions

 STATISTIC (EmittedInsts,"Number of machine instrs printed")
FunctionPassllvm::createMipsCodePrinterPass (raw_ostream &OS, MipsTargetMachine &TM)


Define Documentation

#define DEBUG_TYPE   "mips-asm-printer"

Definition at line 15 of file MipsAsmPrinter.cpp.


Function Documentation

STATISTIC ( EmittedInsts  ,
"Number of machine instrs printed"   
)


Variable Documentation

Definition at line 50 of file MipsAsmPrinter.cpp.




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.