LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
RuntimeDyldELF.cpp File Reference
#include "RuntimeDyldELF.h"
#include "JITRegistrar.h"
#include "ObjectImageCommon.h"
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/OwningPtr.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 dependency graph for RuntimeDyldELF.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#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::applyPPChigher (uint64_t value)
 
static uint16_t llvm::applyPPChighest (uint64_t value)
 

Macro Definition Documentation

#define DEBUG_TYPE   "dyld"

Definition at line 14 of file RuntimeDyldELF.cpp.