LLVM API Documentation

Public Member Functions
llvm::object::Archive::Symbol Class Reference

#include <Archive.h>

List of all members.

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 125 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 135 of file Archive.h.


Member Function Documentation

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

Definition at line 131 of file Archive.h.


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