LLVM API Documentation

Namespaces | Defines | Functions
RuntimeDyldELF.cpp File Reference
#include "RuntimeDyldELF.h"
#include "JITRegistrar.h"
#include "ObjectImageCommon.h"
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ExecutionEngine/ObjectBuffer.h"
#include "llvm/ExecutionEngine/ObjectImage.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 dependency graph for RuntimeDyldELF.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Defines

#define DEBUG_TYPE   "dyld"

Functions

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)

Define Documentation

#define DEBUG_TYPE   "dyld"

Definition at line 32 of file RuntimeDyldELF.cpp.