LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::ELFPltEntry Struct Reference

#include "llvm/Object/ELFObjectFile.h"

Public Attributes

StringRef Section
 
std::optional< DataRefImplSymbol
 
uint64_t Address
 

Detailed Description

Definition at line 50 of file ELFObjectFile.h.

Member Data Documentation

◆ Address

uint64_t llvm::object::ELFPltEntry::Address

Definition at line 53 of file ELFObjectFile.h.

◆ Section

StringRef llvm::object::ELFPltEntry::Section

Definition at line 51 of file ELFObjectFile.h.

◆ Symbol

std::optional<DataRefImpl> llvm::object::ELFPltEntry::Symbol

Definition at line 52 of file ELFObjectFile.h.


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