LLVM API Documentation
#include "ARM.h"#include "ARMInstrInfo.h"#include "llvm/Constants.h"#include "llvm/DerivedTypes.h"#include "llvm/Module.h"#include "llvm/Assembly/Writer.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineConstantPool.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Support/Mangler.h"#include "llvm/ADT/Statistic.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/MathExtras.h"#include <cctype>#include <iostream>#include "ARMGenAsmWriter.inc"Include dependency graph for ARMAsmPrinter.cpp:

Go to the source code of this file.
Functions | |
| FunctionPass * | llvm::createARMCodePrinterPass (std::ostream &o, TargetMachine &tm) |
Variables | |
| Statistic | EmittedInsts ("asm-printer","Number of machine instrs printed") |
Statistic EmittedInsts("asm-printer","Number of machine instrs printed") [static] |
| ValueMapTy NumberForBB |
Definition at line 55 of file ARMAsmPrinter.cpp.