LLVM API Documentation
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ExecutionEngine/ObjectImage.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 |
class | llvm::RelocationEntry |
struct | llvm::RelocationEntry::SectionPair |
class | llvm::RelocationValueRef |
class | llvm::RuntimeDyldImpl |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | RTDYLD_INVALID_SECTION_ID ((SID)(-1)) |
#define RTDYLD_INVALID_SECTION_ID ((SID)(-1)) |
Definition at line 184 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachOCRTPBase< Impl >::finalizeLoad(), and llvm::RuntimeDyldMachOCRTPBase< Impl >::registerEHFrames().