LLVM API Documentation
#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"

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "mips-asm-printer" |
Functions | |
| STATISTIC (EmittedInsts,"Number of machine instrs printed") | |
| FunctionPass * | llvm::createMipsCodePrinterPass (raw_ostream &OS, MipsTargetMachine &TM) |
| #define DEBUG_TYPE "mips-asm-printer" |
Definition at line 15 of file MipsAsmPrinter.cpp.
| STATISTIC | ( | EmittedInsts | , | |
| "Number of machine instrs printed" | ||||
| ) |
| const MipsSubtarget* Subtarget |
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.