LLVM API Documentation
#include "Alpha.h"#include "AlphaInstrInfo.h"#include "AlphaTargetMachine.h"#include "llvm/Module.h"#include "llvm/Type.h"#include "llvm/Assembly/Writer.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/Target/TargetAsmInfo.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Mangler.h"#include "llvm/Support/raw_ostream.h"#include "llvm/ADT/Statistic.h"#include "AlphaGenAsmWriter.inc"

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "asm-printer" |
Functions | |
| STATISTIC (EmittedInsts,"Number of machine instrs printed") | |
| FunctionPass * | llvm::createAlphaCodePrinterPass (raw_ostream &OS, TargetMachine &TM) |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 15 of file AlphaAsmPrinter.cpp.
| STATISTIC | ( | EmittedInsts | , | |
| "Number of machine instrs printed" | ||||
| ) |