LLVM  3.7.0
Namespaces | Macros | Functions
RuntimeDyldELF.cpp File Reference
#include "RuntimeDyldELF.h"
#include "RuntimeDyldCheckerImpl.h"
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Object/ELFObjectFile.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/TargetRegistry.h"
Include dependency graph for RuntimeDyldELF.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define DEBUG_TYPE   "dyld"
 

Functions

static std::error_code check (std::error_code Err)
 
static uint16_t llvm::applyPPClo (uint64_t value)
 
static uint16_t llvm::applyPPChi (uint64_t value)
 
static uint16_t llvm::applyPPCha (uint64_t value)
 
static uint16_t llvm::applyPPChigher (uint64_t value)
 
static uint16_t llvm::applyPPChighera (uint64_t value)
 
static uint16_t llvm::applyPPChighest (uint64_t value)
 
static uint16_t llvm::applyPPChighesta (uint64_t value)
 

Macro Definition Documentation

#define DEBUG_TYPE   "dyld"

Definition at line 31 of file RuntimeDyldELF.cpp.

Function Documentation

static std::error_code check ( std::error_code  Err)
inlinestatic

Definition at line 33 of file RuntimeDyldELF.cpp.

References llvm::report_fatal_error().

Referenced by llvm::checkForCycles().