LLVM API Documentation
#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/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 | |
FunctionPass * | llvm::createDarwinAsmPrinter (std::ostream &o, PPCTargetMachine &tm) |
FunctionPass * | llvm::createAIXAsmPrinter (std::ostream &o, PPCTargetMachine &tm) |
Variables | |
Statistic | EmittedInsts ("asm-printer","Number of machine instrs printed") |
std::set< std::string > | FnStubs |
std::set< std::string > | GVStubs |
DarwinDwarfWriter | DW |
std::map< const GlobalVariable *, std::string > | GVToLabelMap |
#define DEBUG_TYPE "asmprinter" |
Definition at line 19 of file PPCAsmPrinter.cpp.
DarwinDwarfWriter DW |
Definition at line 269 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 50 of file PPCAsmPrinter.cpp.
std::set<std::string> GVStubs |
Definition at line 50 of file PPCAsmPrinter.cpp.
std::map<const GlobalVariable*,std::string> GVToLabelMap |
Map for labels corresponding to global variables
Definition at line 307 of file PPCAsmPrinter.cpp.