class DWARFUnitIndex::Entry

Declaration

class DWARFUnitIndex::Entry { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:111

Member Variables

private const llvm::DWARFUnitIndex* Index
private uint64_t Signature
private std::unique_ptr<SectionContribution[]> Contributions

Method Overview

  • public const llvm::DWARFUnitIndex::Entry::SectionContribution * getContribution(llvm::DWARFSectionKind Sec) const
  • public const llvm::DWARFUnitIndex::Entry::SectionContribution * getContribution() const
  • public const llvm::DWARFUnitIndex::Entry::SectionContribution * getContributions() const
  • public uint64_t getSignature() const

Methods

const llvm::DWARFUnitIndex::Entry::
    SectionContribution*
    getContribution(
        llvm::DWARFSectionKind Sec) const

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:125

Parameters

llvm::DWARFSectionKind Sec

const llvm::DWARFUnitIndex::Entry::
    SectionContribution*
    getContribution() const

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:126

const llvm::DWARFUnitIndex::Entry::
    SectionContribution*
    getContributions() const

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:128

uint64_t getSignature() const

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:132