|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/Triple.h"#include "llvm/ExecutionEngine/RTDyldMemoryManager.h"#include "llvm/ExecutionEngine/RuntimeDyld.h"#include "llvm/ExecutionEngine/RuntimeDyldChecker.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/Format.h"#include "llvm/Support/Host.h"#include "llvm/Support/Mutex.h"#include "llvm/Support/SwapByteOrder.h"#include "llvm/Support/raw_ostream.h"#include <map>#include <system_error>Go to the source code of this file.
Classes | |
| class | llvm::SectionEntry |
| SectionEntry - represents a section emitted into memory by the dynamic linker. More... | |
| class | llvm::RelocationEntry |
| RelocationEntry - used to represent relocations internally in the dynamic linker. More... | |
| struct | llvm::RelocationEntry::SectionPair |
| class | llvm::RelocationValueRef |
| class | llvm::SymbolTableEntry |
| Symbol info for RuntimeDyld. More... | |
| class | llvm::RuntimeDyldImpl |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1)) |
Typedefs | |
| typedef StringMap < SymbolTableEntry > | llvm::RTDyldSymbolTable |
Functions | |
| std::error_code | llvm::Check (std::error_code Err) |
| #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1)) |
Definition at line 206 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachOCRTPBase< Impl >::finalizeLoad(), and llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().
1.8.6