LLVM  4.0.0
AVRTargetStreamer.cpp
Go to the documentation of this file.
1 //===-- AVRTargetStreamer.cpp - AVR Target Streamer Methods ---------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file provides AVR specific target streamer methods.
11 //
12 //===----------------------------------------------------------------------===//
13 
14 #include "AVRTargetStreamer.h"
15 
16 namespace llvm {
17 
19 
21  : AVRTargetStreamer(S) {}
22 
23 } // end namespace llvm
24 
Target specific streamer interface.
Definition: MCStreamer.h:73
AVRTargetStreamer(MCStreamer &S)
Streaming machine code generation interface.
Definition: MCStreamer.h:161
A generic AVR target output stream.