LCOV - code coverage report
Current view: top level - lib/Target/AVR/MCTargetDesc - AVRELFStreamer.h (source / functions) Hit Total Coverage
Test: llvm-toolchain.info Lines: 0 2 0.0 %
Date: 2018-10-20 13:21:21 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //===----- AVRELFStreamer.h - AVR Target Streamer --------------*- C++ -*--===//
       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             : #ifndef LLVM_AVR_ELF_STREAMER_H
      11             : #define LLVM_AVR_ELF_STREAMER_H
      12             : 
      13             : #include "AVRTargetStreamer.h"
      14             : 
      15             : namespace llvm {
      16             : 
      17             : /// A target streamer for an AVR ELF object file.
      18             : class AVRELFStreamer : public AVRTargetStreamer {
      19             : public:
      20             :   AVRELFStreamer(MCStreamer &S, const MCSubtargetInfo &STI);
      21             : 
      22           0 :   MCELFStreamer &getStreamer() {
      23           0 :     return static_cast<MCELFStreamer &>(Streamer);
      24             :   }
      25             : };
      26             : 
      27             : } // end namespace llvm
      28             : 
      29             : #endif

Generated by: LCOV version 1.13