LLVM API Documentation
#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>

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 |
| struct | llvm::object::ELFFile< ELFT >::DynRegionInfo |
| Represents a region described by entries in the .dynamic table. | |
| class | llvm::object::ELFFile< ELFT >::VersionMapEntry |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
| namespace | 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 (StringRef Object) |
| static unsigned | llvm::object::elf_hash (StringRef &symbolName) |