LLVM API Documentation

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

llvm::MappingInfo Class Reference

#include <MappingInfo.h>

Collaboration diagram for llvm::MappingInfo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void outByte (unsigned char b)
 MappingInfo (std::string Comment, std::string SymbolPrefix, unsigned FunctionNumber)
void dumpAssembly (std::ostream &Out)
unsigned char * getBytes (unsigned &length)

Classes

struct  byteVector

Detailed Description

Definition at line 29 of file MappingInfo.h.


Constructor & Destructor Documentation

llvm::MappingInfo::MappingInfo std::string  Comment,
std::string  SymbolPrefix,
unsigned  FunctionNumber
[inline]
 

Definition at line 39 of file MappingInfo.h.


Member Function Documentation

void llvm::MappingInfo::dumpAssembly std::ostream &  Out  ) 
 

Definition at line 186 of file MappingInfo.cpp.

References name, llvm::utostr(), llvm::writeEpilogue(), and llvm::writePrologue().

unsigned char* llvm::MappingInfo::getBytes unsigned &  length  )  [inline]
 

Definition at line 43 of file MappingInfo.h.

void llvm::MappingInfo::outByte unsigned char  b  )  [inline]
 

Definition at line 38 of file MappingInfo.h.


The documentation for this class was generated from the following files: