LLVM  3.7.0
Classes | Namespaces | Macros | Typedefs | Functions
RuntimeDyldImpl.h File Reference
#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>
Include dependency graph for RuntimeDyldImpl.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define RTDYLD_INVALID_SECTION_ID   ((RuntimeDyldImpl::SID)(-1))