LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
ELFObjectFile.h File Reference
#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/ELF.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cctype>
#include <limits>
#include <utility>
Include dependency graph for ELFObjectFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::object::ELFObjectFile< ELFT >
 

Namespaces

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

Typedefs

typedef ELFObjectFile< ELFType
< support::little, 2, false > > 
llvm::object::ELF32LEObjectFile
 
typedef ELFObjectFile< ELFType
< support::little, 2, true > > 
llvm::object::ELF64LEObjectFile
 
typedef ELFObjectFile< ELFType
< support::big, 2, false > > 
llvm::object::ELF32BEObjectFile
 
typedef ELFObjectFile< ELFType
< support::big, 2, true > > 
llvm::object::ELF64BEObjectFile
 

Functions

static error_code llvm::object::getELFRelocationAddend (const RelocationRef R, int64_t &Addend)
 
static error_code llvm::object::GetELFSymbolVersion (const ObjectFile *Obj, const SymbolRef &Sym, StringRef &Version, bool &IsDefault)