LLVM  8.0.1
Public Attributes | List of all members
llvm::object::SymEntry Struct Reference

#include "llvm/Object/SymbolSize.h"

Collaboration diagram for llvm::object::SymEntry:
Collaboration graph
[legend]

Public Attributes

symbol_iterator I
 
uint64_t Address
 
unsigned Number
 
unsigned SectionID
 

Detailed Description

Definition at line 19 of file SymbolSize.h.

Member Data Documentation

◆ Address

uint64_t llvm::object::SymEntry::Address

Definition at line 21 of file SymbolSize.h.

Referenced by llvm::object::compareAddress().

◆ I

symbol_iterator llvm::object::SymEntry::I

Definition at line 20 of file SymbolSize.h.

◆ Number

unsigned llvm::object::SymEntry::Number

Definition at line 22 of file SymbolSize.h.

◆ SectionID

unsigned llvm::object::SymEntry::SectionID

Definition at line 23 of file SymbolSize.h.

Referenced by llvm::object::compareAddress().


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