LLVM 19.0.0git
Public Attributes | List of all members
llvm::ELFYAML::VerneedEntry Struct Reference

#include "llvm/ObjectYAML/ELFYAML.h"

Public Attributes

uint16_t Version
 
StringRef File
 
std::vector< VernauxEntryAuxV
 

Detailed Description

Definition at line 482 of file ELFYAML.h.

Member Data Documentation

◆ AuxV

std::vector<VernauxEntry> llvm::ELFYAML::VerneedEntry::AuxV

Definition at line 485 of file ELFYAML.h.

◆ File

StringRef llvm::ELFYAML::VerneedEntry::File

Definition at line 484 of file ELFYAML.h.

◆ Version

uint16_t llvm::ELFYAML::VerneedEntry::Version

Definition at line 483 of file ELFYAML.h.


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