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

          Line data    Source code
       1             : //===- PDBSymbolBlock.h - Accessors for querying PDB blocks -------------*-===//
       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             : #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLBLOCK_H
      10             : #define LLVM_DEBUGINFO_PDB_PDBSYMBOLBLOCK_H
      11             : 
      12             : #include "PDBSymbol.h"
      13             : #include "PDBTypes.h"
      14             : 
      15             : namespace llvm {
      16             : 
      17             : class raw_ostream;
      18             : 
      19             : namespace pdb {
      20             : 
      21             : class PDBSymbolBlock : public PDBSymbol {
      22          33 :   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Block)
      23             : public:
      24             :   void dump(PDBSymDumper &Dumper) const override;
      25             : 
      26             :   FORWARD_SYMBOL_METHOD(getAddressOffset)
      27             :   FORWARD_SYMBOL_METHOD(getAddressSection)
      28             :   FORWARD_SYMBOL_METHOD(getLength)
      29             :   FORWARD_SYMBOL_ID_METHOD(getLexicalParent)
      30             :   FORWARD_SYMBOL_METHOD(getLocationType)
      31             :   FORWARD_SYMBOL_METHOD(getName)
      32             :   FORWARD_SYMBOL_METHOD(getRelativeVirtualAddress)
      33             :   FORWARD_SYMBOL_METHOD(getVirtualAddress)
      34             : };
      35             : }
      36             : }
      37             : 
      38             : #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLBLOCK_H

Generated by: LCOV version 1.13