LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
Object/ELF.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Object/ELFTypes.h"
#include "llvm/Object/Error.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <limits>
#include <utility>
Include dependency graph for Object/ELF.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::object::ELFFile< ELFT >
 
class  llvm::object::ELFFile< ELFT >::ELFEntityIterator< EntT >
 Iterate over constant sized entities. More...
 
class  llvm::object::ELFFile< ELFT >::ArchivePointerTypeTraits< T >
 Archive files are 2 byte aligned, so we need this for PointerIntPair to work. More...
 
class  llvm::object::ELFFile< ELFT >::Elf_Sym_Iter
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::object
 

Typedefs

typedef ELFFile< ELFType
< support::little, 2, false > > 
llvm::object::ELF32LEFile
 
typedef ELFFile< ELFType
< support::little, 2, true > > 
llvm::object::ELF64LEFile
 
typedef ELFFile< ELFType
< support::big, 2, false > > 
llvm::object::ELF32BEFile
 
typedef ELFFile< ELFType
< support::big, 2, true > > 
llvm::object::ELF64BEFile
 

Functions

StringRef llvm::object::getELFRelocationTypeName (uint32_t Machine, uint32_t Type)
 
std::pair< unsigned char,
unsigned char > 
llvm::object::getElfArchType (MemoryBuffer *Object)
 
static unsigned llvm::object::elf_hash (StringRef &symbolName)