LLVM API Documentation
#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 |
Typedefs | |
typedef std::map< const MachineInstr *, unsigned > | InstructionKey |
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) |
Variables | |
std::ostream & | Out |
MappingInfo * | currentOutputMap |
std::map< Function *, unsigned > | Fkey |
typedef std::map<const MachineInstr*, unsigned> InstructionKey |
Definition at line 45 of file MappingInfo.cpp.
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.