LLVM API Documentation

Public Types | Static Public Member Functions
llvm::object::ELFFile< ELFT >::ArchivePointerTypeTraits< T > Class Template Reference

Archive files are 2 byte aligned, so we need this for PointerIntPair to work. More...

#include <ELF.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = 1 }

Static Public Member Functions

static const void * getAsVoidPointer (T *P)
static TgetFromVoidPointer (const void *P)

Detailed Description

template<class ELFT>
template<typename T>
class llvm::object::ELFFile< ELFT >::ArchivePointerTypeTraits< T >

Archive files are 2 byte aligned, so we need this for PointerIntPair to work.

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


Member Enumeration Documentation

template<class ELFT>
template<typename T >
anonymous enum
Enumerator:
NumLowBitsAvailable 

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


Member Function Documentation

template<class ELFT>
template<typename T >
static const void* llvm::object::ELFFile< ELFT >::ArchivePointerTypeTraits< T >::getAsVoidPointer ( T P) [inline, static]

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

template<class ELFT>
template<typename T >
static T* llvm::object::ELFFile< ELFT >::ArchivePointerTypeTraits< T >::getFromVoidPointer ( const void *  P) [inline, static]

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


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