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

          Line data    Source code
       1             : //===- PDBSymbolTypeArray.h - array type information ------------*- 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_PDBSYMBOLTYPEARRAY_H
      11             : #define LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEARRAY_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 PDBSymbolTypeArray : public PDBSymbol {
      22          34 :   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::ArrayType)
      23             : public:
      24             :   void dump(PDBSymDumper &Dumper) const override;
      25             :   void dumpRight(PDBSymDumper &Dumper) const override;
      26             : 
      27             :   FORWARD_SYMBOL_ID_METHOD(getArrayIndexType)
      28             :   FORWARD_SYMBOL_METHOD(isConstType)
      29           1 :   FORWARD_SYMBOL_METHOD(getCount)
      30           0 :   FORWARD_SYMBOL_METHOD(getLength)
      31             :   FORWARD_SYMBOL_ID_METHOD(getLexicalParent)
      32             :   FORWARD_SYMBOL_METHOD(getRank)
      33           1 :   FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getElementType)
      34             :   FORWARD_SYMBOL_METHOD(isUnalignedType)
      35             :   FORWARD_SYMBOL_METHOD(isVolatileType)
      36             : };
      37             : 
      38             : } // namespace llvm
      39             : }
      40             : 
      41             : #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEARRAY_H

Generated by: LCOV version 1.13