LLVM API Documentation

Public Member Functions
llvm::object::Elf_Shdr_Impl< ELFT > Struct Template Reference

#include <ELF.h>

Inheritance diagram for llvm::object::Elf_Shdr_Impl< ELFT >:
Inheritance graph
[legend]
Collaboration diagram for llvm::object::Elf_Shdr_Impl< ELFT >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

unsigned getEntityCount () const
 Get the number of entities this section contains if it has any.

Detailed Description

template<class ELFT>
struct llvm::object::Elf_Shdr_Impl< ELFT >

Definition at line 161 of file Object/ELF.h.


Member Function Documentation

template<class ELFT >
unsigned llvm::object::Elf_Shdr_Impl< ELFT >::getEntityCount ( ) const [inline]

Get the number of entities this section contains if it has any.

Definition at line 166 of file Object/ELF.h.

Referenced by llvm::object::ELFObjectFile< ELFT >::getSymbolNext().


The documentation for this struct was generated from the following file: