LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MappingInfo.cpp File Reference

#include "MappingInfo.h"
#include "llvm/Pass.h"
#include "llvm/Module.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/ADT/StringExtras.h"

Include dependency graph for MappingInfo.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm

Functions

ModulePass * llvm::getMappingInfoAsmPrinterPass (std::ostream &out)
static void llvm::writePrologue (std::ostream &Out, const std::string &comment, const std::string &symName)
static void llvm::writeEpilogue (std::ostream &Out, const std::string &symName)


Variable Documentation

MappingInfo* currentOutputMap
 

Definition at line 47 of file MappingInfo.cpp.

std::map<Function *, unsigned> Fkey
 

Definition at line 48 of file MappingInfo.cpp.

std::ostream& Out
 

Definition at line 40 of file MappingInfo.cpp.

Referenced by ByteswapSCANFResults(), llvm::StatisticBase::destroy(), llvm::Loop::getLoopPreheader(), llvm::DOTGraphTraits< const MachineFunction * >::getNodeLabel(), and llvm::DOTGraphTraits< const Function * >::getNodeLabel().