LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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)
 
error_code getName (StringRef &Result) const
 
error_code getMember (child_iterator &Result) const
 
Symbol getNext () const
 

Detailed Description

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

Member Function Documentation

error_code Archive::Symbol::getMember ( child_iterator Result) const
error_code Archive::Symbol::getName ( StringRef Result) const
Archive::Symbol Archive::Symbol::getNext ( ) const

Definition at line 378 of file Archive.cpp.

Referenced by llvm::object::Archive::symbol_iterator::operator++().

bool llvm::object::Archive::Symbol::operator== ( const Symbol other) const
inline

Definition at line 130 of file Archive.h.


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