LLVM API Documentation

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::ELFObjectFileBase
class  llvm::object::ELFObjectFile< ELFT >

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  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

std::error_code llvm::object::getELFRelocationAddend (const RelocationRef R, int64_t &Addend)
std::pair< symbol_iterator,
symbol_iterator > 
llvm::object::getELFDynamicSymbolIterators (SymbolicFile *Obj)
std::error_code llvm::object::GetELFSymbolVersion (const ObjectFile *Obj, const SymbolRef &Sym, StringRef &Version, bool &IsDefault)