LLVM API Documentation
#include "llvm/ExecutionEngine/RuntimeDyld.h"#include "JITRegistrar.h"#include "ObjectImageCommon.h"#include "RuntimeDyldCheckerImpl.h"#include "RuntimeDyldELF.h"#include "RuntimeDyldImpl.h"#include "RuntimeDyldMachO.h"#include "llvm/Object/ELF.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/MutexGuard.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 void | llvm::dumpSectionMemory (const SectionEntry &S, StringRef State) |
| static std::error_code | llvm::getOffset (const SymbolRef &Sym, uint64_t &Result) |
| static uint64_t | llvm::computeAllocationSizeForSections (std::vector< uint64_t > &SectionSizes, uint64_t Alignment) |
| static std::unique_ptr < RuntimeDyldELF > | llvm::createRuntimeDyldELF (RTDyldMemoryManager *MM, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) |
| static std::unique_ptr < RuntimeDyldMachO > | llvm::createRuntimeDyldMachO (Triple::ArchType Arch, RTDyldMemoryManager *MM, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) |
| #define DEBUG_TYPE "dyld" |
Definition at line 28 of file RuntimeDyld.cpp.