LLVM: llvm::object::ELFPltEntry Struct Reference (original) (raw)

#include "[llvm/Object/ELFObjectFile.h](ELFObjectFile%5F8h%5Fsource.html)"

Public Attributes
StringRef Section
std::optional< DataRefImpl > Symbol
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: