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

#include <SymbolSize.h>

Collaboration diagram for llvm::object::SymEntry:
[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

uint64_t llvm::object::SymEntry::Address

Definition at line 21 of file SymbolSize.h.

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

symbol_iterator llvm::object::SymEntry::I

Definition at line 20 of file SymbolSize.h.

unsigned llvm::object::SymEntry::Number

Definition at line 22 of file SymbolSize.h.

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: