LLVM  3.7.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
 
ErrorOr< child_iteratorgetMember () const
 
Symbol getNext () const
 

Detailed Description

Definition at line 133 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 143 of file Archive.h.

Member Function Documentation

ErrorOr< Archive::child_iterator > 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 139 of file Archive.h.


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