|
LLVM
4.0.0
|
#include "RuntimeDyldELF.h"#include "RuntimeDyldCheckerImpl.h"#include "Targets/RuntimeDyldELFMips.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"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 void | or32le (void *P, int32_t V) |
| static void | or32AArch64Imm (void *L, uint64_t Imm) |
| template<class T > | |
| static void | write (bool isBE, void *P, T V) |
| static void | write32AArch64Addr (void *L, uint64_t Imm) |
| static uint64_t | getBits (uint64_t Val, int Start, int End) |
| 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 33 of file RuntimeDyldELF.cpp.
|
static |
Definition at line 54 of file RuntimeDyldELF.cpp.
References llvm::BitmaskEnumDetail::Mask().
|
static |
Definition at line 37 of file RuntimeDyldELF.cpp.
References or32le().
|
static |
Definition at line 35 of file RuntimeDyldELF.cpp.
References llvm::support::endian::read32le(), and llvm::support::endian::write32le().
Referenced by or32AArch64Imm().
Definition at line 41 of file RuntimeDyldELF.cpp.
References P.
Referenced by llvm::R600InstrInfo::buildSlotOfVectorInstruction(), llvm::R600InstrInfo::getFlagOp(), getSlotedOps(), llvm::inferLibFuncAttributes(), initialize(), print32(), llvm::report_fatal_error(), and llvm::sampleprof::SampleProfileWriterText::write().
|
static |
Definition at line 45 of file RuntimeDyldELF.cpp.
References llvm::BitmaskEnumDetail::Mask(), llvm::support::endian::read32le(), and llvm::support::endian::write32le().
1.8.6