LLVM  4.0.0
Public Member Functions | List of all members
llvm::object::Archive::Symbol Class Reference

#include <Archive.h>

Public Member Functions

bool operator== (const Symbol &other) const
 
 Symbol (const Archive *p, uint32_t symi, uint32_t stri)
 
StringRef getName () const
 
Expected< ChildgetMember () const
 
Symbol getNext () const
 

Detailed Description

Definition at line 168 of file Archive.h.

Constructor & Destructor Documentation

llvm::object::Archive::Symbol::Symbol ( const Archive p,
uint32_t  symi,
uint32_t  stri 
)
inline

Definition at line 178 of file Archive.h.

Member Function Documentation

Expected< Archive::Child > Archive::Symbol::getMember ( ) const
StringRef Archive::Symbol::getName ( ) const
Archive::Symbol Archive::Symbol::getNext ( ) const
bool llvm::object::Archive::Symbol::operator== ( const Symbol other) const
inline

Definition at line 174 of file Archive.h.


The documentation for this class was generated from the following files: