LLVM API Documentation

PPCAsmPrinter.cpp File Reference

#include "PPC.h"
#include "PPCTargetMachine.h"
#include "PPCSubtarget.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/DwarfWriter.h"
#include "llvm/CodeGen/MachineDebugInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Support/Mangler.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Visibility.h"
#include "llvm/Target/MRegisterInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
#include <set>
#include "PPCGenAsmWriter.inc"

Include dependency graph for PPCAsmPrinter.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "asmprinter"

Functions

FunctionPassllvm::createDarwinAsmPrinter (std::ostream &o, PPCTargetMachine &tm)

Variables

Statistic EmittedInsts ("asm-printer","Number of machine instrs printed")


Define Documentation

#define DEBUG_TYPE   "asmprinter"

Definition at line 19 of file PPCAsmPrinter.cpp.


Variable Documentation

DarwinDwarfWriter DW

Definition at line 270 of file PPCAsmPrinter.cpp.

Referenced by llvm::DIE::Complete(), llvm::DIEBlock::ComputeSize(), llvm::DIEAbbrev::Emit(), llvm::DIEBlock::EmitValue(), llvm::DIEntry::EmitValue(), llvm::DIEDelta::EmitValue(), llvm::DIEObjectLabel::EmitValue(), llvm::DIEDwarfLabel::EmitValue(), llvm::DIEString::EmitValue(), llvm::DIEInteger::EmitValue(), llvm::DIEBlock::SizeOf(), llvm::DIEDelta::SizeOf(), llvm::DIEObjectLabel::SizeOf(), llvm::DIEDwarfLabel::SizeOf(), and llvm::DIEInteger::SizeOf().

Statistic EmittedInsts("asm-printer","Number of machine instrs printed") [static]

std::set<std::string> FnStubs

Definition at line 51 of file PPCAsmPrinter.cpp.

std::set<std::string> GVStubs

Definition at line 51 of file PPCAsmPrinter.cpp.