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/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 "llvm/Support/system_error.h"#include <map>

Go to the source code of this file.
Classes | |
| class | llvm::SectionEntry |
| class | llvm::RelocationEntry |
| class | llvm::RelocationValueRef |
| class | llvm::RuntimeDyldImpl |
Namespaces | |
| llvm | |
| List of target independent CodeGen pass IDs. | |
Macros | |
| #define | RTDYLD_INVALID_SECTION_ID ((SID)(-1)) |
| #define RTDYLD_INVALID_SECTION_ID ((SID)(-1)) |
Definition at line 152 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachO::finalizeLoad(), and llvm::RuntimeDyldMachO::registerEHFrames().