LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
target.hh File Reference

Abstract a Target machine. More...

#include <iosfwd>
#include <target/fwd.hh>
Include dependency graph for target.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  target::Target
 A Target is the union of a Cpu and a Codegen. More...

Namespaces

namespace  target
 Multiple target support.

Functions

std::ostream & target::operator<< (std::ostream &ostr, const Target &t)
 Output t on ostr.

Detailed Description

Abstract a Target machine.