LLVM 22.0.0git
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 54 of file ELFObjectFile.h.

Member Data Documentation

◆ Address

uint64_t llvm::object::ELFPltEntry::Address

Definition at line 57 of file ELFObjectFile.h.

◆ Section

StringRef llvm::object::ELFPltEntry::Section

Definition at line 55 of file ELFObjectFile.h.

◆ Symbol

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

Definition at line 56 of file ELFObjectFile.h.


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