struct Elf_Shdr_Impl
Declaration
template <class ELFT>
struct Elf_Shdr_Impl { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Object/ELFTypes.h:178
Templates
- ELFT
Method Overview
- public unsigned int getEntityCount() const
Methods
ΒΆunsigned int getEntityCount() const
unsigned int getEntityCount() const
Description
Get the number of entities this section contains if it has any.
Declared at: llvm/include/llvm/Object/ELFTypes.h:183