LLVM API Documentation
#include <MappingInfo.h>
Collaboration diagram for llvm::MappingInfo:

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 |
Definition at line 29 of file MappingInfo.h.
| llvm::MappingInfo::MappingInfo | ( | std::string | Comment, | |
| std::string | SymbolPrefix, | |||
| unsigned | FunctionNumber | |||
| ) | [inline] |
Definition at line 39 of file MappingInfo.h.
| 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.