LLVM 22.0.0git
llvm::UnitIndexEntry Struct Reference

#include "llvm/DWP/DWP.h"

Public Attributes

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

Detailed Description

Definition at line 25 of file DWP.h.

Member Data Documentation

◆ Contributions

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

Definition at line 26 of file DWP.h.

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

◆ DWOName

std::string llvm::UnitIndexEntry::DWOName

Definition at line 28 of file DWP.h.

◆ DWPName

StringRef llvm::UnitIndexEntry::DWPName

Definition at line 29 of file DWP.h.

◆ Name

std::string llvm::UnitIndexEntry::Name

Definition at line 27 of file DWP.h.


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