LLVM: llvm::UnitIndexEntry Struct Reference (original) (raw)

#include "[llvm/DWP/DWP.h](DWP%5F8h%5Fsource.html)"

Public Attributes
DWARFUnitIndex::Entry::SectionContribution Contributions [8]
std::string Name
std::string DWOName
StringRef DWPName

Detailed Description

Definition at line 31 of file DWP.h.

Member Data Documentation

Contributions

DWARFUnitIndex::Entry::SectionContribution llvm::UnitIndexEntry::Contributions[8]

Definition at line 32 of file DWP.h.

Referenced by addAllTypesFromDWP(), addAllTypesFromTypesSection(), and llvm::write().

DWOName

std::string llvm::UnitIndexEntry::DWOName

Definition at line 34 of file DWP.h.

DWPName

StringRef llvm::UnitIndexEntry::DWPName

Definition at line 35 of file DWP.h.

Name

std::string llvm::UnitIndexEntry::Name

Definition at line 33 of file DWP.h.


The documentation for this struct was generated from the following file: