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