LLVM API Documentation
#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"
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 DEBUG_TYPE "dyld" |
Definition at line 32 of file RuntimeDyldELF.cpp.