LLVM API Documentation

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

EmitBytecodeToAssembly.cpp File Reference

#include "SparcV9Internals.h"
#include "llvm/Pass.h"
#include "llvm/Bytecode/Writer.h"
#include <iostream>

Include dependency graph for EmitBytecodeToAssembly.cpp:

Go to the source code of this file.

Functions

static void writePrologue (std::ostream &Out, const std::string &comment, const std::string &symName)
static void writeEpilogue (std::ostream &Out, const std::string &symName)
ModulePassllvm::createBytecodeAsmPrinterPass (std::ostream &Out)


Function Documentation

static void @0::writeEpilogue std::ostream &  Out,
const std::string &  symName
[static]
 

Definition at line 77 of file EmitBytecodeToAssembly.cpp.

static void @0::writePrologue std::ostream &  Out,
const std::string &  comment,
const std::string &  symName
[static]
 

Definition at line 64 of file EmitBytecodeToAssembly.cpp.