LLVM  8.0.1
Functions
ELFObjectFile.cpp File Reference
#include "llvm/Object/ELFObjectFile.h"
#include "llvm/ADT/Triple.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/MC/MCInstrAnalysis.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Object/ELF.h"
#include "llvm/Object/ELFTypes.h"
#include "llvm/Object/Error.h"
#include "llvm/Support/ARMAttributeParser.h"
#include "llvm/Support/ARMBuildAttributes.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/TargetRegistry.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <system_error>
#include <utility>
Include dependency graph for ELFObjectFile.cpp:

Go to the source code of this file.

Functions

template<class ELFT >
static Expected< std::unique_ptr< ELFObjectFile< ELFT > > > createPtr (MemoryBufferRef Object)
 

Function Documentation

◆ createPtr()

template<class ELFT >
static Expected<std::unique_ptr<ELFObjectFile<ELFT> > > createPtr ( MemoryBufferRef  Object)
static