LLVM 18.0.0git
Public Attributes | List of all members
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 18 of file DWP.h.

Member Data Documentation

◆ Contributions

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

Definition at line 19 of file DWP.h.

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

◆ DWOName

std::string llvm::UnitIndexEntry::DWOName

Definition at line 21 of file DWP.h.

◆ DWPName

StringRef llvm::UnitIndexEntry::DWPName

Definition at line 22 of file DWP.h.

◆ Name

std::string llvm::UnitIndexEntry::Name

Definition at line 20 of file DWP.h.


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