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

          Line data    Source code
       1             : //===- PDBSymbolTypeFunctionArg.h - function arg type info ------*- 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_DEBUGINFO_PDB_PDBSYMBOLTYPEFUNCTIONARG_H
      11             : #define LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFUNCTIONARG_H
      12             : 
      13             : #include "PDBSymbol.h"
      14             : #include "PDBTypes.h"
      15             : 
      16             : namespace llvm {
      17             : 
      18             : class raw_ostream;
      19             : namespace pdb {
      20             : 
      21             : class PDBSymbolTypeFunctionArg : public PDBSymbol {
      22         135 :   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::FunctionArg)
      23             : public:
      24             :   void dump(PDBSymDumper &Dumper) const override;
      25             : 
      26             :   FORWARD_SYMBOL_ID_METHOD(getClassParent)
      27             :   FORWARD_SYMBOL_ID_METHOD(getLexicalParent)
      28          51 :   FORWARD_SYMBOL_ID_METHOD(getType)
      29             : };
      30             : 
      31             : } // namespace llvm
      32             : }
      33             : 
      34             : #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFUNCTIONARG_H

Generated by: LCOV version 1.13